Skip to content

Commit

Permalink
remove limit on tournament games
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Feb 5, 2024
1 parent 8a2ecb7 commit dfb5c82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ export async function getTournamentGames(file: string, id: number) {
sort: "id",
tournament_id: id,
skip_count: true,
pageSize: 200,
page: 1,
});
}

Expand Down

0 comments on commit dfb5c82

Please sign in to comment.