We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a6ea1 commit 184348dCopy full SHA for 184348d
1 file changed
packages/basic-crawler/src/internals/basic-crawler.ts
@@ -1074,7 +1074,7 @@ export class BasicCrawler<
1074
log: this.log,
1075
pushData: this.pushData.bind(this),
1076
useState: this.useState.bind(this),
1077
- getKeyValueStore: async (identifier?) => KeyValueStore.open(identifier),
+ getKeyValueStore: async (identifier?: StorageIdentifier) => KeyValueStore.open(identifier),
1078
registerDeferredCleanup: (cleanup: () => Promise<unknown>) => {
1079
deferredCleanup.push(cleanup);
1080
},
0 commit comments