Skip to content

Commit 140f531

Browse files
authored
Remaining Copilot feedback from #8419 (#8432)
1 parent 43ac905 commit 140f531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github/pullRequestModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ export class PullRequestModel extends IssueModel<PullRequest> implements IPullRe
12091209
// For Conflict state, use the REST API approach with conflict resolution.
12101210
// For Unknown or NotMergeable states, the REST API approach will also be used as a fallback,
12111211
// though these states may fail for other reasons (e.g., blocked by branch protection).
1212-
return this.updateBranchWithConflictResolution(model!);
1212+
return this.updateBranchWithConflictResolution(model);
12131213
}
12141214

12151215
/**

0 commit comments

Comments
 (0)