mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
Added support for paginate.
This commit is contained in:
@@ -331,7 +331,7 @@ function gotTests(url){
|
||||
const options2 = new Options({url});
|
||||
got.extend(options2).extend(options).get();
|
||||
|
||||
got.paginate(url, {}); // not flagged
|
||||
got.paginate(url, {});
|
||||
|
||||
const jsonClient = got.extend({url: url});
|
||||
jsonClient.get();
|
||||
|
||||
Reference in New Issue
Block a user