mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
remove default value
This commit is contained in:
@@ -26,7 +26,7 @@ class RunCommand extends Component
|
||||
{
|
||||
try {
|
||||
$this->validate();
|
||||
$activity = remote_process([$this->command], Server::where('uuid', $this->server)->first(), ActivityTypes::INLINE->value);
|
||||
$activity = remote_process([$this->command], Server::where('uuid', $this->server)->first());
|
||||
$this->emit('newMonitorActivity', $activity->id);
|
||||
} catch (\Exception $e) {
|
||||
return general_error_handler($e);
|
||||
|
||||
Reference in New Issue
Block a user