se agrego drive correctamente

This commit is contained in:
evenegas
2026-01-08 12:14:15 -06:00
parent 8f68aadd8a
commit 53b7d23007
+1
View File
@@ -522,6 +522,7 @@ export class ServicioService {
// 🔹 Buscar servicio
const servicio = await this.servicioRepo.findOne({
where: { idServicio },
relations: ['status'],
});
if (!servicio) {