diff --git a/client/src/lib/github.ts b/client/src/lib/github.ts index 1cf1dbc..596782a 100644 --- a/client/src/lib/github.ts +++ b/client/src/lib/github.ts @@ -120,7 +120,7 @@ export async function fetchGitHubStats(token: string, username: string): Promise } } } - repositories(first: 100, ownerAffiliations: OWNER, orderBy: {field: STARGAZERS, direction: DESC}) { + repositories(first: 100, ownerAffiliations: [OWNER, ORGANIZATION_MEMBER, COLLABORATOR], orderBy: {field: STARGAZERS, direction: DESC}) { totalCount nodes { name