We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b38ae commit fe50154Copy full SHA for fe50154
src/lib/repository.tsx
@@ -75,7 +75,7 @@ export class GitHubOrganizationRepos {
75
}
76
77
78
-async getTopStarredRepos(orgName: string, maxRepos = 10): Promise<Repository[]> {
+ async getTopStarredRepos(orgName: string, maxRepos = 10): Promise<Repository[]> {
79
try {
80
const response = await axios.get<GitHubRepo[]>(
81
`${this.apiUrl}/orgs/${orgName}/repos?per_page=${maxRepos}`, // Removed the sorting from the API call for now
0 commit comments