diff --git a/src/servicio/servicio.service.ts b/src/servicio/servicio.service.ts index 0b555c9..84da50d 100644 --- a/src/servicio/servicio.service.ts +++ b/src/servicio/servicio.service.ts @@ -522,6 +522,7 @@ export class ServicioService { // 🔹 Buscar servicio const servicio = await this.servicioRepo.findOne({ where: { idServicio }, + relations: ['status'], }); if (!servicio) {