Skip to content

Commit

Permalink
Fix/#197 : 푸시알림 메세지를 수정합니다. (#200)
Browse files Browse the repository at this point in the history
* Fix : 처리 실패시 예외 발생

* Fix : 하루 범위 조회 로직 수정

* Fix : 푸시알림 메세지 수정
  • Loading branch information
hyunw9 authored Sep 6, 2024
1 parent 4f4d9b9 commit df6020a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
@Getter
public enum MessageContent {

DIARY_WRITE_REQUEST("클로디","오늘의 일기를 작성해주세요"),
REPLY_COMPLETED_REQUEST("클로디","답변 도착 ! 확인해보세요 "),
DIARY_WRITE_REQUEST("클로디","오늘의 감사한 일을 말해보세요!"),
REPLY_COMPLETED_REQUEST("클로디","행운의 답장이 도착했어요!"),
;
public final String title;
public final String body;
Expand Down

0 comments on commit df6020a

Please sign in to comment.