Oops. Forgot to actually call the overload I added.

This commit is contained in:
Devesh Khandelwal
2016-03-15 15:27:19 +05:30
parent 829ba2c560
commit abc4eb9269
3 changed files with 8 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ namespace Octokit.Reactive
/// </summary>
/// <param name="owner">The owner of the repository</param>
/// <param name="name">The name of the repository</param>
/// <param name="options">The options to change API's behaviour</param>
/// <returns></returns>
public IObservable<User> GetAllForRepository(string owner, string name, ApiOptions options)
{