parent
476e4e8eb1
commit
2ca4204775
|
@ -54,6 +54,7 @@ class ExplorerQueryRepository(
|
|||
.where(
|
||||
creatorFollowing.isActive.isTrue
|
||||
.and(creatorFollowing.creator.id.eq(creatorId))
|
||||
.and(creatorFollowing.member.isActive.isTrue)
|
||||
)
|
||||
.fetch()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue