From e377770a71adda0c5ca6b05f77d0c23d2ec965c5 Mon Sep 17 00:00:00 2001 From: Luigi Russo Date: Sat, 19 Sep 2020 08:05:25 +0200 Subject: [PATCH] fix: stats fetcher include stars of forked repos (fix #467) (#470) --- src/fetchers/stats-fetcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fetchers/stats-fetcher.js b/src/fetchers/stats-fetcher.js index b7cc2af..27a97f2 100644 --- a/src/fetchers/stats-fetcher.js +++ b/src/fetchers/stats-fetcher.js @@ -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 {