Skip to content

Commit

Permalink
[FO-XXX] 프로필 디테일 조회 -> 작성자 유저정보 대신 프로필 유저정보로 변경한다 (버그fix) (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok authored Apr 3, 2024
1 parent 3d1d848 commit 3841cbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class RetrieveProfilesService(

val profileCategories = profileCategoryRepository.findByProfileId(id)

val profileUser = userRepository.findById(user.id!!)
val profileUser = userRepository.findById(profile.userId)

return RetrieveProfileResponse(
profile,
Expand Down

0 comments on commit 3841cbd

Please sign in to comment.