Skip to content

Commit 0713cc0

Browse files
Fix
1 parent 472308d commit 0713cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/abstractplay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4961,7 +4961,7 @@ async function getTournament(pars: { tournamentid: string, metaGame: string, isA
49614961
body: JSON.stringify({
49624962
tournament: data[0].Items,
49634963
tournamentPlayers: [],
4964-
tournamentGames: data[1].Items
4964+
tournamentGames: isArchived ? data[1].Items : data[2].Items
49654965
}),
49664966
headers
49674967
};

0 commit comments

Comments
 (0)