Skip to content

Commit ca57d2b

Browse files
committed
fix
1 parent ab5f185 commit ca57d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParallelPolling.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ protected function fire(Nutgram $bot, array|null $updates): void
3232
};
3333
}
3434

35-
$this->pool->run($tasks);
35+
$this->pool->run(...$tasks);
3636
}
3737
}

0 commit comments

Comments
 (0)