Skip to content

Commit

Permalink
refactor : 알림 메세지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
13wjdgk committed Nov 14, 2023
1 parent a14b37a commit e95026a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ public List<FcmMessage> makeAccessFcmMessage() {
List<String> fcmTokens = userFcmTokens.stream()
.map(userFcmToken -> userFcmToken.getFcmToken())
.collect(Collectors.toList());
String title = "오늘의 접속";
String content = "오늘 접속하지 않았어요! 접속하고 포인트를 받아가세요!";
String title = "오늘의 건강 상태는?";
String content = "꾸준히 기록하고, 현재 건강 상태를 확인해 봐요!";
NotificationType notificationType = notificationSearchService.findNotificationType("접속");

List<Notification> notifications = userFcmTokens.stream()
Expand Down

0 comments on commit e95026a

Please sign in to comment.