Skip to content

Commit

Permalink
Support the forked repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-ma committed Oct 31, 2021
1 parent fa728bf commit ee0e534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github_api_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class GithubAPIClient {
const query = `
query userInfo($username: String!) {
user(login: $username) {
repositories(first: 100, ownerAffiliations: OWNER, isFork: false, orderBy: {direction: DESC, field: STARGAZERS}) {
repositories(first: 100, ownerAffiliations: OWNER, orderBy: {direction: DESC, field: STARGAZERS}) {
totalCount
nodes {
languages(first: 3, orderBy: {direction:DESC, field: SIZE}) {
Expand Down

0 comments on commit ee0e534

Please sign in to comment.