Skip to content

Commit

Permalink
fix: 회원탈퇴 서비스 로직에 @transactional 어노테이션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bflykky committed Aug 16, 2024
1 parent 1ffaad5 commit 7667140
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public Member findMember(SocialType socialType, String authId) {
}

@Override
@Transactional
public Member deleteMember(Member member) {
Long memberId = member.getId();
List<Profile> profileList = shareGroupService.findProfileListByMemberId(memberId);
Expand Down

0 comments on commit 7667140

Please sign in to comment.