Skip to content

Commit

Permalink
feat: 코드리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
injoon2019 committed Jul 22, 2024
1 parent ea40f7a commit 7d5d695
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ class UserProfileService(
val user = userRepository.findByIdOrNull(1L) ?: throw IllegalStateException("회원가입 상태를 문의해주세요")

profileRepository.findByUserId(user.id)?.let {
it.user = user
it.profileSelect = it.profileSelect
it.introduction = introduction
} ?: run {
profileRepository.save(
Expand Down

0 comments on commit 7d5d695

Please sign in to comment.