크리에이터 커뮤니티 #102

Merged
klaus merged 18 commits from test into main 2023-12-21 15:10:56 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit ee35a0c13e - Show all commits

View File

@ -46,6 +46,7 @@ class CreatorCommunityCommentQueryRepositoryImpl(
.where(
creatorCommunityComment.isActive.isTrue
.and(creatorCommunityComment.creatorCommunity.id.eq(id))
.and(creatorCommunityComment.parent.isNull)
)
.offset(offset)
.limit(limit)