Skip to content

Commit

Permalink
feat: 알림 메시지에 알림 생성자 이름이 아닌 닉네임 포함토록 수정(#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minjae-An committed May 8, 2024
1 parent 161da90 commit e494366
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public String getNotificationTitle() {

public String getNotificationMessage() {

return type.getFormattedMessage(this.creator.getName());
return type.getFormattedMessage(this.creator.getNickname());
}
}

0 comments on commit e494366

Please sign in to comment.