se agrego drive correctamente

This commit is contained in:
evenegas
2026-01-08 11:24:18 -06:00
parent 19303178aa
commit 9386fbc88d
+1 -3
View File
@@ -387,9 +387,7 @@ export class ServicioService {
// 🔹 Buscar servicio
const servicio = await this.servicioRepo.findOne({
where: { idServicio },
relations: {
status: true,
},
relations: ['status'],
});
if (!servicio) {