Skip to content

Commit

Permalink
Merge pull request #109 from Modagbul/feat/alarm_minsu
Browse files Browse the repository at this point in the history
fix: 공지 본문 알림 수정
  • Loading branch information
minsu20 authored Dec 3, 2023
2 parents 8b314af + 8999b9e commit 012f30d
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 title(String teamName) {
}

public String body(String noticeTitle) {
return String.format(title, noticeTitle);
return String.format(body, noticeTitle);
}
}

0 comments on commit 012f30d

Please sign in to comment.