Skip to content

Commit

Permalink
Merge pull request #109 from Kevin-Roman/main
Browse files Browse the repository at this point in the history
Replace submitStats query with submitStatsGlobal query for accurate results
  • Loading branch information
JacobLinCool committed Jan 7, 2024
2 parents 9d1032d + 0836a73 commit 6bca638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class Query {
country: countryName
ranking
}
submits: submitStats {
submits: submitStatsGlobal {
ac: acSubmissionNum { difficulty count }
}
}
Expand Down

0 comments on commit 6bca638

Please sign in to comment.