Skip to content

Commit

Permalink
테스트용
Browse files Browse the repository at this point in the history
  • Loading branch information
hysong4u committed Feb 5, 2024
1 parent 0a32822 commit 594ab92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public KakaoUserInfoResponseDto saveMember(Long socialId, String nickname, Strin
.profileImg(profileImage)
.build();
memberRepository.save(member);
sendDiscordNotification(nickname);
//sendDiscordNotification(nickname);
return new KakaoUserInfoResponseDto(member.getId(), socialId, nickname, profileImage);
}
return new KakaoUserInfoResponseDto(existMember.getId(), socialId, nickname, profileImage);
Expand Down

0 comments on commit 594ab92

Please sign in to comment.