0
0
Fork 0

Fix name of type

This commit is contained in:
Oliver-Akins 2021-03-03 19:34:30 -07:00
parent c9a0eb5563
commit 3f7f30128e

View file

@ -72,7 +72,7 @@ interface GameRejoined extends response {
} }
interface RandomizeTeam { interface RandomizeTeams {
game_code: string; game_code: string;
} }
interface TeamsRandomized extends response { interface TeamsRandomized extends response {