mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 11:24:44 +00:00
[FEAT] Adds support for enterprise audit logs
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Octokit.Internal
|
||||
|
||||
public async Task<IReadOnlyPagedCollection<T>> GetNextPage()
|
||||
{
|
||||
var nextPageUrl = _info.GetNextPageUrl();
|
||||
var nextPageUrl = _info?.GetNextPageUrl();
|
||||
if (nextPageUrl == null) return null;
|
||||
|
||||
var maybeTask = _nextPageFunc(nextPageUrl);
|
||||
|
||||
Reference in New Issue
Block a user