Improve group match order

This commit is contained in:
Daniel Schädler 2022-05-20 00:16:09 +02:00
parent 418be068e9
commit 0b6ad3f879
Signed by: Malaber
GPG Key ID: 4BB175A9617E4B11
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class GroupStageService
def deal_with_spacing_of_teams(matches, team_size)
return unless team_size == 4
matches[2].position, matches[4].position = matches[4].position, matches[2].position
matches[5].position, matches[1].position = matches[1].position, matches[5].position
matches
end