Skip to content

Commit

Permalink
[FIX] 알림 메시지 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wnehgus101 committed Oct 10, 2024
1 parent a863bf3 commit da578e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void sendScheduleMessage(User user, String title) {
try{
String cutTitle = cutTitle(title, 40);

String messageBody = String.format("띵~🔔 즐겨찾기한 학사일정이(가) 시작됐어요!\n%s",
String messageBody = String.format("띵~🔔 즐겨찾기한 학사일정이 시작됐어요!\n%s",
cutTitle);

Message message = Message.builder()
Expand Down

0 comments on commit da578e1

Please sign in to comment.