Skip to content

Commit

Permalink
Merge pull request #229 from HanghaeE5/main
Browse files Browse the repository at this point in the history
컨플릭트 났던거
  • Loading branch information
geonoo authored Aug 3, 2022
2 parents c318c7f + 9281875 commit 6013578
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public String requestFriend(FriendRequestDto requestDto, String email) {

// 요청 받는 상대에게 알림 전송
NotificationRequestDto notificationRequestDto = new NotificationRequestDto(
feature/notifications
Type.친구,
user.getUsername()+"님이 "+userTo.getUsername()+"님께 친구 신청을 하셨습니다! 친구 페이지로 이동하셔서 수락 또는 거절 하실 수 있어요!"
);
Expand Down

0 comments on commit 6013578

Please sign in to comment.