test #27
|
@ -14,7 +14,7 @@ class LiveRecommendService(
|
|||
fun getRecommendLive(member: Member): List<GetRecommendLiveResponse> {
|
||||
return repository.getRecommendLive(
|
||||
memberId = member.id!!,
|
||||
isBlocked = { !blockMemberRepository.isBlocked(blockedMemberId = member.id!!, memberId = it) },
|
||||
isBlocked = { blockMemberRepository.isBlocked(blockedMemberId = member.id!!, memberId = it) },
|
||||
isAdult = member.auth != null
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue