Skip to content

Commit e9e72c1

Browse files
committed
fix example
1 parent e441c41 commit e9e72c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apify-api/openapi/code_samples/javascript/act_runs_post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ const apifyClient = new ApifyClient({
55
});
66
const run = await apifyClient
77
.actor('<ACTOR ID>')
8-
.start({ /** <ACTOR INPUT> */ });
8+
.start({ foo: 'bar' });
99

1010
console.log(run);

0 commit comments

Comments
 (0)