Skip to content

Commit e73aff2

Browse files
authored
fix(examples): add missing space (#1004)
1 parent d658baf commit e73aff2

File tree

1 file changed

+1
-1
lines changed
  • examples/ts-parallel-scraping/orchestrator/src

1 file changed

+1
-1
lines changed

examples/ts-parallel-scraping/orchestrator/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const {
2020
targetActorInput = {},
2121
targetActorRunOptions = {},
2222
} = await Actor.getInput<Input>() ?? {} as Input;
23-
const { apifyClient} = Actor;
23+
const { apifyClient } = Actor;
2424

2525
if (!targetActorId) throw await Actor.fail('Missing the "targetActorId" input!');
2626

0 commit comments

Comments
 (0)