Skip to content

Commit

Permalink
๐Ÿ”ง ๊ฐœ๋ฐœ์ž์šฉ ์• ํ”Œ๊ณ„์ • sub๊ฐ’์„ ๋ณด๊ธฐ์œ„ํ•œ ์ž„์‹œ ๋กœ๊ทธ ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
youngreal committed Nov 4, 2024
1 parent 97c3119 commit 7de9b0f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public class MemberService {
@Transactional
public Member saveMember(String email, String sub, String selectedColor) {
// ์žฌ๊ฐ€์ž… ์œ ์ €
log.info("email = {}", email);
log.info("sub = {}", sub);
String targetEmail = Optional.ofNullable(email).orElseGet(() -> getWithdrawMemberEmail(sub));

if (isNewLoginMember(email)) {
Expand Down

0 comments on commit 7de9b0f

Please sign in to comment.