후원랭킹 전체보기 API 추가
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user