Skip to content

Commit

Permalink
πŸ”€ :: λ‹€λ²Œμ  ꡐ윑 μ™„λ£Œ API IndexOutOfBounds μ˜ˆμ™Έ μˆ˜μ •
Browse files Browse the repository at this point in the history
πŸ”€ :: λ‹€λ²Œμ  ꡐ윑 μ™„λ£Œ API IndexOutOfBounds μ˜ˆμ™Έ μˆ˜μ •
  • Loading branch information
jeongho1209 authored Nov 12, 2023
1 parent a49b515 commit ea83701
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PointStatusApiImpl(
) : PointStatusApi {

companion object {
val PENALTY_LEVEL_LIST = listOf(15, 20, 25, 35, 45)
val PENALTY_LEVEL_LIST = listOf(15, 20, 25, 35, 45, 60)
}

override suspend fun saveUserPenaltyEducationComplete(userId: UUID) {
Expand Down

0 comments on commit ea83701

Please sign in to comment.