Skip to content

Commit

Permalink
fix spawn tournaments in challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagwep committed Sep 10, 2024
1 parent 3dcc33e commit 0dabae0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const ListTournamentChallenges: React.FC<ListTournamentChallengesProps> = ({ tou
console.log(`Starting game with Challenge ID: ${challengeId} in tournamnet ${tournamentId}`);

const dataToSend = {
method: "tournament_chalenge_spawn",
method: "tournament_challenge_spawn",
tournament_id: parseInt(tournamentId, 10),
challenge_id: parseInt(challengeId, 10),
challenge_type: challengeType
Expand Down

0 comments on commit 0dabae0

Please sign in to comment.