Show error
All checks were successful
Deploy App / deploy (push) Successful in 11s

This commit is contained in:
2025-08-31 22:41:48 +02:00
parent 7764af432a
commit 6a72b7150b
7 changed files with 49 additions and 39 deletions

View File

@@ -26,7 +26,7 @@ class BotService
$instance = app($bot->class, ['config' => $bot->config]);
if ($instance instanceof BotContract) {
dispatch(RunBot::class, $bot, $log);
dispatch(RunBot::class, $bot->id, $log->id);
$log->update([
'started_at' => now(),
'status' => 'running'