Skip to content

Commit

Permalink
refactor: 아이 이미지 수정시 이미지 풀주소 반환하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wonu606 committed Dec 1, 2023
1 parent b8c99ee commit 7652d54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public ChildProfileImagePatchResult modifyProfileImage(final Long childId, final

child.updateProfileImageUri(profileImageUri);

return new ChildProfileImagePatchResult(childId, profileImageUri);
return new ChildProfileImagePatchResult(childId, child.getProfileImageURLPath());
}

private void setDefaultProfileImageToChild(final Child child, final Member member) {
Expand Down

0 comments on commit 7652d54

Please sign in to comment.