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

Commit 6a9d55d

Browse files
Designer cleanup
1 parent adedd23 commit 6a9d55d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/GitHub.App/SampleData/ForkRepositoryExecuteViewModelDesigner.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,9 @@ public ForkRepositoryExecuteViewModelDesigner()
4646

4747
public bool UpdateOrigin { get; set; } = true;
4848

49-
public Task InitializeAsync(ILocalRepositoryModel sourceRepository, IConnection connection)
50-
{
51-
return Task.CompletedTask;
52-
}
53-
5449
public Task InitializeAsync(ILocalRepositoryModel sourceRepository, IAccount destinationAccount, IConnection connection)
5550
{
56-
throw new NotImplementedException();
51+
return Task.CompletedTask;
5752
}
5853
}
5954
}

0 commit comments

Comments
 (0)