Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
hsldymq committed Jan 2, 2024
1 parent 59dcf97 commit 07dec3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ private function scheduleWorker(): string
$this->workersInfo,
$this->idMap,
$this->workerFactory,
$this->workerScheduler,
$this->workerScheduler
);
});
} catch (\Throwable $e) {
Expand Down

0 comments on commit 07dec3b

Please sign in to comment.