Skip to content

Commit e30e700

Browse files
authored
chore: allow 32 teams for round robin (#384)
1 parent f49eae8 commit e30e700

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/tournament/TournamentStageForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ export default {
10181018
10191019
break;
10201020
case e_tournament_stage_types_enum.RoundRobin:
1021-
for (let i = 16; i >= 3; i--) {
1021+
for (let i = 32; i >= 3; i--) {
10221022
options.push({
10231023
value: i.toString(),
10241024
display: i,

0 commit comments

Comments
 (0)