se agrego drive correctamente
This commit is contained in:
@@ -522,6 +522,7 @@ export class ServicioService {
|
||||
// 🔹 Buscar servicio
|
||||
const servicio = await this.servicioRepo.findOne({
|
||||
where: { idServicio },
|
||||
relations: ['status'],
|
||||
});
|
||||
|
||||
if (!servicio) {
|
||||
|
||||
Reference in New Issue
Block a user