Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 committed May 12, 2022
1 parent ab5f185 commit ca57d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ParallelPolling.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ protected function fire(Nutgram $bot, array|null $updates): void
};
}

$this->pool->run($tasks);
$this->pool->run(...$tasks);
}
}

0 comments on commit ca57d2b

Please sign in to comment.