Added DTO client position into OU
testing/ogcore-api/pipeline/head This commit looks good Details

pull/12/head
Manuel Aranda Rosales 2024-10-23 09:56:27 +02:00
parent 5c43c43342
commit e9619575ae
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class StatusAction extends AbstractController
$client->setStatus('off');
return new JsonResponse(
data: ['error' => 'An error occurred while communicating with the client'],
data: ['error' => $e->getMessage()],
status: Response::HTTP_INTERNAL_SERVER_ERROR
);
}