Skip to content

Commit

Permalink
FIX: Static tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
BadPixxel committed Sep 29, 2020
1 parent ffbf79c commit d32e7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/TasksManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ public function loadStaticTasks(): self
->setToken($staticTask["token"])
->setInputs($staticTask["inputs"]);

$this->onAddAction($job);
$this->onAddAction(new GenericEvent($job));
}
}

Expand Down

0 comments on commit d32e7cb

Please sign in to comment.