Skip to content

Commit e377770

Browse files
authored
fix: stats fetcher include stars of forked repos (fix #467) (#470)
1 parent 24869a3 commit e377770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fetchers/stats-fetcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const fetcher = (variables, token) => {
3030
followers {
3131
totalCount
3232
}
33-
repositories(first: 100, ownerAffiliations: OWNER, isFork: false, orderBy: {direction: DESC, field: STARGAZERS}) {
33+
repositories(first: 100, ownerAffiliations: OWNER, orderBy: {direction: DESC, field: STARGAZERS}) {
3434
totalCount
3535
nodes {
3636
stargazers {

0 commit comments

Comments
 (0)