Skip to content

Commit fe50154

Browse files
committed
lint: repositories
1 parent 72b38ae commit fe50154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/repository.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class GitHubOrganizationRepos {
7575
}
7676
}
7777

78-
async getTopStarredRepos(orgName: string, maxRepos = 10): Promise<Repository[]> {
78+
async getTopStarredRepos(orgName: string, maxRepos = 10): Promise<Repository[]> {
7979
try {
8080
const response = await axios.get<GitHubRepo[]>(
8181
`${this.apiUrl}/orgs/${orgName}/repos?per_page=${maxRepos}`, // Removed the sorting from the API call for now

0 commit comments

Comments
 (0)