Skip to content

Commit

Permalink
⚡️ :: 봉사 레벨에 3out도 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongho1209 committed Nov 12, 2023
1 parent a49b515 commit 94ceb31
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 94ceb31

Please sign in to comment.