test #257

Merged
klaus merged 15 commits from test into main 2025-02-09 13:36:21 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 55badb6206 - Show all commits

View File

@ -42,8 +42,8 @@ class AuditionVoteService(
endDate = endDate endDate = endDate
) )
if (voteCount > 10) { if (voteCount > 100) {
throw SodaException("오늘 응원은 여기까지!\n하루 최대 10회까지 응원이 가능합니다.\n내일 다시 이용해주세요.") throw SodaException("오늘 응원은 여기까지!\n하루 최대 100회까지 응원이 가능합니다.\n내일 다시 이용해주세요.")
} }
if (voteCount > 0) { if (voteCount > 0) {