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 @@ public function proxyStatusUpdated()
public function restart()
{
try {
$this->stop();
$this->dispatch('checkProxy');
} catch (\Throwable $e) {
return handleError($e, $this);