Unverified Commit e377770a authored by Luigi Russo's avatar Luigi Russo Committed by GitHub
Browse files

fix: stats fetcher include stars of forked repos (fix #467) (#470)

parent 24869a3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ const fetcher = (variables, token) => {
          followers {
            totalCount
          }
          repositories(first: 100, ownerAffiliations: OWNER, isFork: false, orderBy: {direction: DESC, field: STARGAZERS}) {
          repositories(first: 100, ownerAffiliations: OWNER, orderBy: {direction: DESC, field: STARGAZERS}) {
            totalCount
            nodes {
              stargazers {