Skip to content

Commit

Permalink
Merge pull request #94 from mummhy0811/main
Browse files Browse the repository at this point in the history
Fix: 가족 구성원 get api user 프로필이미지 누락 수정
  • Loading branch information
mummhy0811 authored Nov 18, 2023
2 parents b3a59e9 + b94ad8d commit 12e0bd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public List<UserInfoDTO> getUserInfoByFamId(String family_id){
userInfoDTO.setUser_role(u.getUser_role());
userInfoDTO.setUser_birth(u.getUser_birth());
userInfoDTO.setUser_phone_number(u.getUser_phone_number());

userInfoDTO.setProfile_path(u.getProfile_path());
userInfos.add(userInfoDTO);
}

Expand Down

0 comments on commit 12e0bd7

Please sign in to comment.