We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ac905 commit 140f531Copy full SHA for 140f531
src/github/pullRequestModel.ts
@@ -1209,7 +1209,7 @@ export class PullRequestModel extends IssueModel<PullRequest> implements IPullRe
1209
// For Conflict state, use the REST API approach with conflict resolution.
1210
// For Unknown or NotMergeable states, the REST API approach will also be used as a fallback,
1211
// though these states may fail for other reasons (e.g., blocked by branch protection).
1212
- return this.updateBranchWithConflictResolution(model!);
+ return this.updateBranchWithConflictResolution(model);
1213
}
1214
1215
/**
0 commit comments