diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/UserCpPairUserProfileQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/UserCpPairUserProfileQryExe.java index 35ada877..225d5a61 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/UserCpPairUserProfileQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/query/UserCpPairUserProfileQryExe.java @@ -48,10 +48,7 @@ public class UserCpPairUserProfileQryExe { List dismissing = cpRelationshipService.getDismissingByUserId(cmd.requiredReqUserId()); cpRelationshipList.addAll(dismissing); if (cpRelationshipList.isEmpty()) { - return List.of( - new CpPairUserProfileCO() - .setMeUserProfile(userProfileAppConvertor.toUserProfileDTO((meUser))) - ); + return List.of(new CpPairUserProfileCO()); } return cpRelationshipList.stream()