Skip to content

Commit 7f94c5b

Browse files
committed
Fix specific runner command
1 parent 31e1a74 commit 7f94c5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/cb.project/autorun.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ define([
5353

5454
// Run
5555
return box.run({
56+
'id': options.id,
5657
'type': options.type
5758
})
5859
.then(function(runInfo) {

0 commit comments

Comments
 (0)