mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 13:01:36 +00:00
IApiResponse no longer inherits IResponse
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Octokit.Reactive.Internal
|
||||
: Observable.Defer(() => getPageFunc(nextPageUrl, null));
|
||||
})
|
||||
.Where(resp => resp != null)
|
||||
.SelectMany(resp => resp.BodyAsObject);
|
||||
.SelectMany(resp => resp.Body);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user