mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 11:24:44 +00:00
added fixes in client
This commit is contained in:
@@ -879,8 +879,7 @@ namespace Octokit
|
||||
Ensure.ArgumentNotNullOrEmptyString(name, "name");
|
||||
Ensure.ArgumentNotNull(options, "options");
|
||||
|
||||
var repositoryTeams = ApiUrls.RepositoryTeams(owner, name);
|
||||
return ApiConnection.GetAll<Team>(repositoryTeams, options);
|
||||
return ApiConnection.GetAll<Team>(ApiUrls.RepositoryTeams(owner, name), options);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user