We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
await manager.create({ name: 'Example', tournamentId: 0, type: 'double_elimination', seeding: [ 'Team 1', 'Team 2', 'Team 3', 'Team 4', null, 'Team 6', 'Team 7', 'Team 8', 'Team 9', 'Team 10', 'Team 11', 'Team 12', 'Team 13', 'Team 14', 'Team 15', ], settings: { size: 16, }, });
Two BYEs are produced with it:
The text was updated successfully, but these errors were encountered:
Actually no, it's not a bug. The second BYE is the result of completing the seeding to a size of 16 with a BYE.
The result I wanted was the 5th seed to be a BYE and the last seed to be a TBD ("to be determined") participant.
Sorry, something went wrong.
No branches or pull requests
Two BYEs are produced with it:
The text was updated successfully, but these errors were encountered: