Skip to content

Commit d32e7cb

Browse files
committed
FIX: Static tasks
1 parent ffbf79c commit d32e7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/TasksManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ public function loadStaticTasks(): self
398398
->setToken($staticTask["token"])
399399
->setInputs($staticTask["inputs"]);
400400

401-
$this->onAddAction($job);
401+
$this->onAddAction(new GenericEvent($job));
402402
}
403403
}
404404

0 commit comments

Comments
 (0)