Skip to content

Commit

Permalink
fix: 모임 인원 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinuemong committed Oct 17, 2024
1 parent 842bbe9 commit bc987e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ClubCounter(val count: Int = MAX_COUNT) {
}

companion object {
const val MAX_COUNT = 5
const val MAX_COUNT = 10
const val MIN_COUNT = 1
}
}

0 comments on commit bc987e3

Please sign in to comment.