Skip to content

Commit 6bca638

Browse files
authored
Merge pull request #109 from Kevin-Roman/main
Replace submitStats query with submitStatsGlobal query for accurate results
2 parents 9d1032d + 0836a73 commit 6bca638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/query.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class Query {
2424
country: countryName
2525
ranking
2626
}
27-
submits: submitStats {
27+
submits: submitStatsGlobal {
2828
ac: acSubmissionNum { difficulty count }
2929
}
3030
}

0 commit comments

Comments
 (0)