fix: 커뮤니티 댓글 조회

- 프로필 이미지 imageHost에 /가 포함되도록 수정
This commit is contained in:
Klaus 2025-06-13 16:06:44 +09:00
parent 6d2f48f86d
commit 4ffa9363a8
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class CreatorCommunityCommentQueryRepositoryImpl(
creatorCommunityComment.id,
creatorCommunityComment.member.id,
creatorCommunityComment.member.nickname,
creatorCommunityComment.member.profileImage.prepend(imageHost),
creatorCommunityComment.member.profileImage.prepend("/").prepend(imageHost),
creatorCommunityComment.comment,
formattedDate,
Expressions.constant(0)