From e59ea48fb743a5583bb246996b4b904f4dfec430 Mon Sep 17 00:00:00 2001 From: MarianoCampetella Date: Mon, 18 May 2026 14:49:44 -0300 Subject: [PATCH] =?UTF-8?q?Cambios=20en=20motivo=20de=20suspensi=C3=B3n=20?= =?UTF-8?q?de=20agenda?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/turnos/schemas/turno.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/turnos/schemas/turno.ts b/modules/turnos/schemas/turno.ts index 1feda97aca..030e360b0f 100644 --- a/modules/turnos/schemas/turno.ts +++ b/modules/turnos/schemas/turno.ts @@ -43,8 +43,7 @@ const turnoSchema = new mongoose.Schema({ nota: String, link: String, motivoSuspension: { - type: String, - enum: ['edilicia', 'profesional', 'organizacion', 'agendaSuspendida'] + type: String }, avisoSuspension: { type: String,