mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-07-17 08:17:48 +00:00
style: improve formatting
This commit is contained in:
@@ -155,7 +155,7 @@ const totalStarsFetcher = async (username, repoToHide) => {
|
||||
// hasNextPage =
|
||||
// allNodes.length === nodesWithStars.length &&
|
||||
// res.data.data.user.repositories.pageInfo.hasNextPage;
|
||||
hasNextPage = false // NOTE: Temporarily disable fetching of multiple pages.
|
||||
hasNextPage = false; // NOTE: Temporarily disable fetching of multiple pages.
|
||||
endCursor = res.data.data.user.repositories.pageInfo.endCursor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user