fix data fetching and auto refresh data
All checks were successful
deploy / deploy (push) Successful in 58s

This commit is contained in:
Lee
2023-10-22 05:14:37 +01:00
parent f03ac7809d
commit e54d106a53
7 changed files with 229 additions and 83 deletions

View File

@ -145,8 +145,6 @@ export async function fetchAllScores(
page++;
} while (!done);
console.log(scores);
return scores as ScoresaberPlayerScore[];
}