Compare commits
No commits in common. "3fae40fbefc92dad700ff1aad83d016f40eb1518" and "0745890af02610051f82087ed756bb7becbd5597" have entirely different histories.
3fae40fbef
...
0745890af0
|
@ -83,7 +83,6 @@ class AudioContentCommentQueryRepositoryImpl(
|
|||
.from(audioContentComment)
|
||||
.where(
|
||||
audioContentComment.audioContent.id.eq(contentId)
|
||||
.and(audioContentComment.parent.isNull)
|
||||
.and(audioContentComment.isActive.isTrue)
|
||||
)
|
||||
.fetch()
|
||||
|
|
Loading…
Reference in New Issue