Skip to content

Commit

Permalink
Fix GitHub PR review request query params (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbruno21 authored Dec 4, 2024
1 parent f945513 commit 728821b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/github-source/src/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ export abstract class GitHub {
{
owner: org,
repo,
pull_number: number,
number,
nested_page_size: this.pageSize,
cursor: startCursor,
}
Expand Down

0 comments on commit 728821b

Please sign in to comment.