fix: 커뮤니티 댓글 조회
- 프로필 이미지 imageHost에 /가 포함되도록 수정
This commit is contained in:
@@ -79,7 +79,7 @@ class CreatorCommunityCommentQueryRepositoryImpl(
|
|||||||
creatorCommunityComment.id,
|
creatorCommunityComment.id,
|
||||||
creatorCommunityComment.member.id,
|
creatorCommunityComment.member.id,
|
||||||
creatorCommunityComment.member.nickname,
|
creatorCommunityComment.member.nickname,
|
||||||
creatorCommunityComment.member.profileImage.prepend(imageHost),
|
creatorCommunityComment.member.profileImage.prepend("/").prepend(imageHost),
|
||||||
creatorCommunityComment.comment,
|
creatorCommunityComment.comment,
|
||||||
formattedDate,
|
formattedDate,
|
||||||
Expressions.constant(0)
|
Expressions.constant(0)
|
||||||
|
Reference in New Issue
Block a user