Skip to content

Commit

Permalink
[fix]: 와이어 프레임에 맞게 푸시 알람 메시지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
realisshomyang committed Feb 1, 2024
1 parent dac111e commit 856d4d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public record NotificationMessage(
) {
public static NotificationMessage toGoHomeNotification(User user) {
return NotificationMessage.builder()
.title(user.getName() + "님, 이제 퇴근하실 시간이에요.")
.title(user.getNickname() + "님, 이제 퇴근하실 시간이에요.")
.message("")
.type(NotificationType.NOTIFY)
.build();
Expand Down

0 comments on commit 856d4d6

Please sign in to comment.