Skip to content

Commit

Permalink
FIX: Parameter was renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
hschimpf committed Apr 12, 2023
1 parent fc093ae commit 3cec9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Internals/Runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ protected function queueTask(array $data): int {
identifier: count($this->tasks),
worker_class: $worker->getWorkerClass(),
worker_id: $this->selected_worker,
data: $data,
input: $data,
);
// and put identifier on the pending tasks list
$this->pending_tasks[] = $task->getIdentifier();
Expand Down

0 comments on commit 3cec9c1

Please sign in to comment.