test #11

Merged
klaus merged 2 commits from test into main 2023-08-21 13:19:04 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ff81c6c5ca - Show all commits

View File

@ -283,7 +283,7 @@ class LiveRoomService(
?: throw SodaException("이미 종료된 방입니다")
if (room.isAdult && member.auth == null) {
throw SodaException("본인인증이 필요한 서비스 입니다.\n요즘라이브 마이페이지에서 본인인증 후 다시 이용해 주세요.")
throw SodaException("본인인증이 필요한 서비스 입니다.\n소다라이브 마이페이지에서 본인인증 후 다시 이용해 주세요.")
}
val beginDateTime = room.beginDateTime