Fixed todo inside stats card data fetcher (#2649)

This commit is contained in:
Alexandr Garbuzov
2023-04-28 17:48:34 +02:00
committed by GitHub
parent a82a617a37
commit 31d1ab43d0
2 changed files with 8 additions and 8 deletions
-1
View File
@@ -259,7 +259,6 @@ const fetchStats = async (
return prev + curr.stargazers.totalCount;
}, 0);
// @ts-ignore // TODO: Fix this.
stats.rank = calculateRank({
totalCommits: stats.totalCommits,
totalRepos: user.repositories.totalCount,