mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 15:23:44 +02:00
Minor queue fixes and add active option
This commit is contained in:
@@ -70,7 +70,7 @@ class CommandRepository {
|
||||
throw new DisplayException('Command sending responded with a non-200 error code.');
|
||||
}
|
||||
|
||||
return true;
|
||||
return $response->getBody();
|
||||
} catch (\Exception $ex) {
|
||||
throw $ex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user