Minor queue fixes and add active option
This commit is contained in:
parent
1296d08dcb
commit
51f4ea7d5d
5 changed files with 173 additions and 16 deletions
|
@ -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 a new issue