Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 05ed235

Browse files
Fix build error
1 parent 49703ed commit 05ed235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/Services/PullRequestEditorService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public Task<IDifferenceViewer> OpenDiff(
300300
/// <inheritdoc/>
301301
public async Task<IDifferenceViewer> OpenDiff(IPullRequestSession session, string relativePath, string headSha, int fromLine)
302302
{
303-
var diffViewer = await OpenDiff(session, relativePath, headSha, scrollToFirstDiff: false);
303+
var diffViewer = await OpenDiff(session, relativePath, headSha, scrollToFirstDraftOrDiff: false);
304304

305305
var param = (object) new InlineCommentNavigationParams
306306
{

0 commit comments

Comments
 (0)