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

@@ -78,7 +78,7 @@ class BotsList extends Component
]);
// Dispatch the job to run the bot
dispatch(new RunBot($bot, $log));
dispatch(new RunBot($bot->id, $log->id));
flash()->success("Bot '{$bot->name}' is being executed.");
}