Compare commits
No commits in common. "474646db47ccad5067b50ae01981d1405b8e6238" and "56f7b6c4492482a6331e3adc7d082deb99e42449" have entirely different histories.
474646db47
...
56f7b6c449
|
@ -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 > 4) {
|
if (roomInfo.speakerCount > 9) {
|
||||||
throw SodaException("스피커 정원이 초과하였습니다.")
|
throw SodaException("스피커 정원이 초과하였습니다.")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue