mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 06:05:12 +00:00
IRepositoriesClient.RepositoryComments -> IRepositoriesClient.Comment
Fixes #1031
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Octokit.Reactive
|
||||
{
|
||||
Ensure.ArgumentNotNull(client, "client");
|
||||
|
||||
_client = client.Repository.RepositoryComments;
|
||||
_client = client.Repository.Comment;
|
||||
_connection = client.Connection;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user