mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-05 20:23:01 +00:00
Fixed todo inside stats card data fetcher (#2649)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user