오디션 응원 하루 최대 응원 수 수정

- 10회 -> 100회
This commit is contained in:
Klaus 2025-02-04 00:39:02 +09:00
parent 1b782f3df8
commit 55badb6206
1 changed files with 2 additions and 2 deletions

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) {