Skip to content

Commit

Permalink
github-api-request-cache-update
Browse files Browse the repository at this point in the history
  • Loading branch information
RandolphTang committed Jan 24, 2025
1 parent 552c1ec commit 26ad788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/leaderboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function getGitHubLeaderboard(
return {
next: null,
previous: null,
data: res.data.map(deserializeGitHubStats),
data: res.data.results.map(deserializeGitHubStats),
};
})
.catch(devPrint);
Expand Down

0 comments on commit 26ad788

Please sign in to comment.