This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user