test #267

Merged
klaus merged 3 commits from test into main 2025-02-20 18:24:36 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 5182d03b16 - Show all commits

View File

@ -231,6 +231,7 @@ class ContentSeriesQueryRepositoryImpl(
.and(blockMember.blockedMember.id.eq(memberId))
var where = series.isActive.isTrue
.and(audioContentCuration.id.eq(curationId))
.and(member.isActive.isTrue)
.and(member.role.eq(MemberRole.CREATOR))
.and(blockMember.id.isNull)