라이브 방

- 현재 라이브 하트 랭킹 API 추가
This commit is contained in:
Klaus 2024-11-11 20:29:48 +09:00
parent f9dd3bc7e2
commit 82b07897f8
1 changed files with 0 additions and 1 deletions

View File

@ -290,7 +290,6 @@ class LiveRoomController(
@AuthenticationPrincipal(expression = "#this == 'anonymousUser' ? null : member") member: Member?
) = run {
if (member == null) throw SodaException("로그인 정보를 확인해주세요.")
ApiResponse.ok(service.getHeartList(roomId))
}
}