Compare commits

..

No commits in common. "3fae40fbefc92dad700ff1aad83d016f40eb1518" and "0745890af02610051f82087ed756bb7becbd5597" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ class AudioContentCommentQueryRepositoryImpl(
.from(audioContentComment)
.where(
audioContentComment.audioContent.id.eq(contentId)
.and(audioContentComment.parent.isNull)
.and(audioContentComment.isActive.isTrue)
)
.fetch()