mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
Update CommitStatus to Status on RepositoriesClient and ObservableRepositoriesClient
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Octokit.Reactive
|
||||
{
|
||||
Ensure.ArgumentNotNull(client, "client");
|
||||
|
||||
_client = client.Repository.CommitStatus;
|
||||
_client = client.Repository.Status;
|
||||
_connection = client.Connection;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user