Skip to content

Commit

Permalink
[MERGE] Merge pull request #280 from Team-WSS/fix/#279
Browse files Browse the repository at this point in the history
[FIX] 유저 탈퇴 디스코드 알림 메시지 포맷팅 오류 수정
  • Loading branch information
ChaeAg authored Jan 21, 2025
2 parents 51ae9aa + 5618382 commit 0804237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ public static String formatUserWithdrawMessage(Long userId, String userNickname,
return String.format(
USER_WITHDRAW.getTemplate(),
DiscordMessageTemplate.getCurrentDateTime(),
userId,
userNickname,
userId,
reason
);
}
Expand Down

0 comments on commit 0804237

Please sign in to comment.