mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
Fix up var name for consistency
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Octokit
|
||||
public RepositoriesClient(IApiConnection apiConnection) : base(apiConnection)
|
||||
{
|
||||
CommitStatus = new CommitStatusClient(apiConnection);
|
||||
RepoCollaboratorsClient = new RepoCollaboratorsClient(apiConnection);
|
||||
RepoCollaborators = new RepoCollaboratorsClient(apiConnection);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user