|
|
@@ -112,7 +112,7 @@ class DispatchController extends Controller {
|
|
|
if ($responseCheckLatestUpdate['error']) {
|
|
|
return $this->responseController->makeResponse(true, $responseCheckLatestUpdate['msg'], [], 500);
|
|
|
}
|
|
|
- $arrDispatch = $responseCheckLatestUpdate['response'][0];
|
|
|
+ $arrDispatch = $responseCheckLatestUpdate['response'];
|
|
|
|
|
|
|
|
|
return $this->responseController->makeResponse(false, "ÉXITO: Consulta Exitosa", $arrDispatch);
|