Compare commits
2 Commits
56f7b6c449
...
474646db47
| Author | SHA1 | Date | |
|---|---|---|---|
| 474646db47 | |||
| 4900b52d2b |
@@ -795,7 +795,7 @@ class LiveRoomService(
|
|||||||
val member = memberRepository.findByIdOrNull(request.memberId)
|
val member = memberRepository.findByIdOrNull(request.memberId)
|
||||||
?: throw SodaException("로그인 정보를 확인해 주세요.")
|
?: throw SodaException("로그인 정보를 확인해 주세요.")
|
||||||
|
|
||||||
if (roomInfo.speakerCount > 9) {
|
if (roomInfo.speakerCount > 4) {
|
||||||
throw SodaException("스피커 정원이 초과하였습니다.")
|
throw SodaException("스피커 정원이 초과하였습니다.")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user