Skip to content

Commit

Permalink
fix : 그룹장 preSignedUrl 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Jun 4, 2024
1 parent 7b0ec2d commit 9f1dd46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public GroupSummaryResponse toResponse(final Function<String, String> preSignedU
return GroupSummaryResponse.builder()
.id(groupSummaryDto.id())
.name(groupSummaryDto.groupName())
.groupOwnerProfileUrl(preSignedUrlFunction.apply(groupOwnerProfileUrl))
.groupOwnerProfileUrl(groupOwnerProfileUrl)
.profileUrl(preSignedUrlFunction.apply(groupSummaryDto.groupProfileUrl()))
.totalGroupMemberCount(totalGroupMemberCount)
.createdAt(groupSummaryDto.createdAt())
Expand Down

0 comments on commit 9f1dd46

Please sign in to comment.