Skip to content

Commit

Permalink
Merge 9431019 into e64e4d1
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Feb 11, 2021
2 parents e64e4d1 + 9431019 commit d8f3a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ export class GitHub {
... on Commit {
history(first: $num, after: $cursor) {
nodes {
associatedPullRequests(last: 1) {
associatedPullRequests(first: 1) {
nodes {
number
title
Expand Down

0 comments on commit d8f3a6a

Please sign in to comment.