refs #624. Changed endpoint disponibilidadCOmandos

pull/10/head
Manuel Aranda Rosales 2024-08-27 11:28:41 +02:00
parent 16ece4c2b6
commit 45dd18f55c
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class OgAdmClientController extends AbstractController
return new JsonResponse(['message' => 'Client not found'], Response::HTTP_NOT_FOUND);
}
return new JsonResponse(json_encode ((object) null), Response::HTTP_OK);
return new JsonResponse(((object) null), Response::HTTP_OK);
}
private function clienteExistente($iph)