test #326
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue