Skip to content

Commit b52772f

Browse files
committed
add change to trigger flow
1 parent 68bc6d5 commit b52772f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ const apifyClient = new ApifyClient({
66
const { items } = await apifyClient
77
.actor('<ACTOR ID>')
88
.builds()
9-
.list();
9+
.list('test');
1010

1111
console.log(items);

0 commit comments

Comments
 (0)