Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tevanoff committed Dec 1, 2023
1 parent 5164a9e commit 8eb049b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-src/git/getParentCommits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ interface HasBuildsWithCommitsQueryResult {
}

const MergeCommitsQuery = gql`
query MergeCommitsQuery($mergeInfoList: [MergeInfoInput]!) {
query MergeCommitsQuery($mergeInfoList: [MergedInfoInput]!) {
app {
mergedPullRequests(mergeInfoList: $mergeInfoList) {
lastHeadBuild {
Expand Down

0 comments on commit 8eb049b

Please sign in to comment.