test #326

Merged
klaus merged 4 commits from test into main 2025-06-13 11:37:26 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4ffa9363a8 - Show all commits

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)