Skip to content

Commit

Permalink
Merge pull request #93 from ehBeak/fix/send-money
Browse files Browse the repository at this point in the history
fix : 알림 메시지 수정
  • Loading branch information
ehBeak authored Nov 19, 2023
2 parents e1d492d + 3a4a5b0 commit 41887bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public String saveActivityNotification(String userEmail, Long userId) {
createUserActivityNotification(receiver, savedActivityNotification);
saveUserActivityNotificationPort.saveUserActivityNotification(userActivityNotification);

return receiver.getUserNickname();
return requester.getUserNickname();
}

private ActivityNotification createActivityNotification(User requester) {
Expand Down

0 comments on commit 41887bb

Please sign in to comment.