We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d658baf commit e73aff2Copy full SHA for e73aff2
examples/ts-parallel-scraping/orchestrator/src/main.ts
@@ -20,7 +20,7 @@ const {
20
targetActorInput = {},
21
targetActorRunOptions = {},
22
} = await Actor.getInput<Input>() ?? {} as Input;
23
-const { apifyClient} = Actor;
+const { apifyClient } = Actor;
24
25
if (!targetActorId) throw await Actor.fail('Missing the "targetActorId" input!');
26
0 commit comments