refactor(proxy): remove redundant stop call in restart method

This commit is contained in:
Andras Bacsai
2025-03-28 20:54:27 +01:00
parent d110c93ba9
commit 0b41378014

View File

@@ -65,7 +65,6 @@ class Deploy extends Component
public function restart()
{
try {
$this->stop();
$this->dispatch('checkProxy');
} catch (\Throwable $e) {
return handleError($e, $this);