From 3841cbd27051a7d4e86ea363790020230b4361fa Mon Sep 17 00:00:00 2001 From: Bob Sin Date: Wed, 3 Apr 2024 20:19:58 +0900 Subject: [PATCH] =?UTF-8?q?[FO-XXX]=20=ED=94=84=EB=A1=9C=ED=95=84=20?= =?UTF-8?q?=EB=94=94=ED=85=8C=EC=9D=BC=20=EC=A1=B0=ED=9A=8C=20->=20?= =?UTF-8?q?=EC=9E=91=EC=84=B1=EC=9E=90=20=EC=9C=A0=EC=A0=80=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=EB=8C=80=EC=8B=A0=20=ED=94=84=EB=A1=9C=ED=95=84=20?= =?UTF-8?q?=EC=9C=A0=EC=A0=80=EC=A0=95=EB=B3=B4=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=ED=95=9C=EB=8B=A4=20(=EB=B2=84=EA=B7=B8fix)=20(#433)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/fone/profile/domain/service/RetrieveProfilesService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/kotlin/com/fone/profile/domain/service/RetrieveProfilesService.kt b/server/src/main/kotlin/com/fone/profile/domain/service/RetrieveProfilesService.kt index 671e3eea..cb69caab 100644 --- a/server/src/main/kotlin/com/fone/profile/domain/service/RetrieveProfilesService.kt +++ b/server/src/main/kotlin/com/fone/profile/domain/service/RetrieveProfilesService.kt @@ -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,