se agregò relacion en liberar servicio

This commit is contained in:
2026-01-13 19:42:24 -06:00
parent 6a5d39d122
commit ccd3781152
+1 -1
View File
@@ -604,7 +604,7 @@ export class ServicioService {
// 🔹 Buscar servicio con relaciones
const servicio = await this.servicioRepo.findOne({
where: { idServicio },
relations: ['usuario', 'programa'],
relations: ['usuario', 'programa','status'],
});
if (!servicio) {