Skip to content

Commit

Permalink
[FIX] 읽기 전용 트랜잭션 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tidavid1 committed Feb 27, 2024
1 parent 34afca2 commit 7c4bea6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public UserProfileResponse getUserProfile(Long userId) {
}

// TODO: 이후 AchievementException 구현 시 추가 필요!
@Transactional
public UserUpdateRes updateUserInfos(Long userId, UserUpdateReq request) {
User user = userCommonService.getUserById(userId);
Achievement achievement = achievementRepository.findById(request.getAchievementId())
Expand Down

0 comments on commit 7c4bea6

Please sign in to comment.