크리에이터 채널 - 팔로워 수

- 탈퇴한 회원은 카운팅에서 제외
This commit is contained in:
Klaus 2024-04-09 23:09:22 +09:00
parent 476e4e8eb1
commit 2ca4204775
1 changed files with 1 additions and 0 deletions

View File

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