후원랭킹 전체보기 API 추가

This commit is contained in:
2023-08-28 20:53:14 +09:00
parent 1629bc8bf7
commit f25888c88e
7 changed files with 131 additions and 66 deletions

View File

@@ -307,7 +307,7 @@ class AudioContentService(
// 크리에이터(유저) 정보
val creatorId = audioContent.member!!.id!!
val creator = explorerQueryRepository.getAccount(creatorId)
val creator = explorerQueryRepository.getMember(creatorId)
?: throw SodaException("없는 사용자 입니다.")
val notificationUserIds = explorerQueryRepository.getNotificationUserIds(creatorId)