test #175

Merged
klaus merged 2 commits from test into main 2024-05-03 06:08:56 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0e3b4200d8 - Show all commits

View File

@ -105,7 +105,7 @@ class ExplorerService(
val femaleCreatorSection = GetExplorerSectionResponse(
title = "여자 크리에이터",
coloredTitle = "여자",
color = "ff5c49",
color = "ffa517",
creators = queryRepository
.findCreatorByGender(0)
.filter { !memberService.isBlocked(blockedMemberId = member.id!!, memberId = it.id!!) }