Skip to content

Commit

Permalink
Merge pull request #91 from 0702Yoon/main
Browse files Browse the repository at this point in the history
transactional 붙이기
  • Loading branch information
0702Yoon authored Aug 14, 2024
2 parents b9273e0 + ea3b7ac commit 3a04668
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ public void deleteSelf() {
}

@Override
@Transactional
public MemberInfoResponse changeMemberInfo(String username) {
Member member = authUtil.getLoginMember();
member.changeName(username);
Expand Down

0 comments on commit 3a04668

Please sign in to comment.