Skip to content

Commit

Permalink
fix: stats fetcher include stars of forked repos (fix #467) (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrusso96 authored Sep 19, 2020
1 parent 24869a3 commit e377770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetchers/stats-fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e377770

Please sign in to comment.