Skip to content

Commit

Permalink
Merge pull request #153 from themoment-team/hotfix/profileUrlRegister…
Browse files Browse the repository at this point in the history
…edError

HotFix 프로필 이미지 등록시 발생하는 이상현상
  • Loading branch information
tlsgmltjd authored Apr 27, 2024
2 parents 4742e89 + 309d223 commit f5ad240
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,11 @@ class UserService(
email = user.email,
phoneNumber = user.phoneNumber,
snsUrl = user.snsUrl,
profileUrl = profileUrl
profileUrl = profileUrl,
defaultImgNumber = user.defaultImgNumber,
boards = user.boards,
comments = user.comments,
likes = user.likes
)

userRepository.save(userUpdatedProfileUrl)
Expand Down

0 comments on commit f5ad240

Please sign in to comment.