i am goofy man 52
All checks were successful
deploy / deploy (push) Successful in 57s

This commit is contained in:
Lee 2023-10-23 19:03:11 +01:00
parent e2515de76f
commit 3ef737770d

@ -10,7 +10,7 @@ type RankingGlobalProps = {
// Get data from API (server-sided)
async function getData(page: number, country: string) {
const pageData = await ScoreSaberAPI.fetchTopPlayers(page);
const pageData = await ScoreSaberAPI.fetchTopPlayers(page, country);
if (!pageData) {
return undefined;
}