SquireTournamentServices/SquireCore

[Bug]: Player can be pair against themself

TylerBloom opened this issue · 0 comments

What went wrong:

When submitting players for the CreateRound tournament operation, a player can play against themself and the tournament does not return an error.

Expected behavior:

This should not happen. Operations like this should return an error by checking that no players are repeated.