mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-14 16:24:55 +00:00
fix: fixed stars count #39 & fixed progressbar percentage
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ const fetcher = (variables, token) => {
|
||||
followers {
|
||||
totalCount
|
||||
}
|
||||
repositories(first: 100, orderBy: { direction: DESC, field: STARGAZERS }) {
|
||||
repositories(first: 100, ownerAffiliations: OWNER, isFork: false, orderBy: {direction: DESC, field: STARGAZERS}) {
|
||||
totalCount
|
||||
nodes {
|
||||
stargazers {
|
||||
|
||||
Reference in New Issue
Block a user