We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723df79 commit 6e2051bCopy full SHA for 6e2051b
scripts/update-endpoints/templates/index.d.ts.tpl
@@ -256,11 +256,11 @@ declare namespace Octokit {
256
(
257
Route: string,
258
EndpointOptions?: Octokit.EndpointOptions,
259
- callback?: (response: Octokit.AnyResponse) => any
+ callback?: (response: Octokit.AnyResponse, done: () => void) => any
260
): Promise<any[]>;
261
262
EndpointOptions: Octokit.EndpointOptions,
263
264
265
iterator: (
266
EndpointOptions: Octokit.EndpointOptions
0 commit comments