diff --git a/src/core.ts b/src/core.ts index db7cb7269..23063bb1b 100644 --- a/src/core.ts +++ b/src/core.ts @@ -575,7 +575,7 @@ export abstract class AbstractPage implements AsyncIterable { return this.nextPageInfo() != null; } - async getNextPage(): Promise> { + async getNextPage(): Promise { const nextInfo = this.nextPageInfo(); if (!nextInfo) { throw new Error(