test #163

Merged
klaus merged 2 commits from test into main 2024-04-09 14:40:34 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 2ca4204775 - Show all commits

View File

@ -54,6 +54,7 @@ class ExplorerQueryRepository(
.where(
creatorFollowing.isActive.isTrue
.and(creatorFollowing.creator.id.eq(creatorId))
.and(creatorFollowing.member.isActive.isTrue)
)
.fetch()
}