removed duplicate IGitHubClient.Tree property

This commit is contained in:
Brendan Forster
2014-01-22 11:36:41 -08:00
parent 7db3afa072
commit 2a814dd981
4 changed files with 3 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ namespace Octokit.Reactive
{
Ensure.ArgumentNotNull(client, "client");
_client = client.Tree;
_client = client.GitDatabase.Tree;
}
/// <summary>