Skip to content

Commit

Permalink
Smaller per_page when requesting diff
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaurer committed Jan 4, 2024
1 parent 8a49820 commit b383a9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dependency-graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export async function compare({
url: '/repos/{owner}/{repo}/dependency-graph/compare/{basehead}',
owner,
repo,
basehead: `${baseRef}...${headRef}`
basehead: `${baseRef}...${headRef}`,
per_page: 5
},
response => {
if (
Expand Down

0 comments on commit b383a9a

Please sign in to comment.