Skip to content

Commit

Permalink
FEAT: Limit per_page into 1 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
mazipan authored Nov 26, 2024
1 parent 29daa76 commit 3836fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ENDPOINT = {
MOST_ACTIVE_USERS:
'https://raw.githubusercontent.com/depapp/most-active-github-users-counter/master/indogithubers.json',
LAST_UPDATED_DATE:
'https://api.github.com/repos/depapp/most-active-github-users-counter/commits?path=indogithubers.json',
'https://api.github.com/repos/depapp/most-active-github-users-counter/commits?path=indogithubers.json&per_page=1',
};

export interface User {
Expand Down

0 comments on commit 3836fb6

Please sign in to comment.