탐색 - 여 크리에이터 리스트

- 강조색 변경
This commit is contained in:
Klaus 2024-05-03 14:02:34 +09:00
parent 6f0f53a9de
commit 0e3b4200d8
1 changed files with 1 additions and 1 deletions

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!!) }