Skip to content

Commit

Permalink
feat: 닉네임 변경 진행시 save function을 명시하기
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Nov 4, 2024
1 parent 004461b commit ef784bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class UserInfoService(
txTemplates.writer.coExecute {
userInfo.apply {
this.nickname = request.nickname
}
}.run { userInfoRepository.save(this) }
}
}

Expand Down

0 comments on commit ef784bc

Please sign in to comment.