fix: fixed stars count #39 & fixed progressbar percentage

This commit is contained in:
anuraghazra
2020-07-15 20:00:22 +05:30
parent 3a24ad62b1
commit 96d37c706f
2 changed files with 4 additions and 9 deletions
+1 -1
View File
@@ -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 {