From bc975bc2959801f8fe1ad111e95a2a61c3586354 Mon Sep 17 00:00:00 2001 From: evenegas Date: Thu, 22 Jan 2026 14:34:27 -0600 Subject: [PATCH] gitignore --- src/caso-especial/dto/create-caso-especial.dto.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/caso-especial/dto/create-caso-especial.dto.ts b/src/caso-especial/dto/create-caso-especial.dto.ts index b10ed04..414fa8d 100644 --- a/src/caso-especial/dto/create-caso-especial.dto.ts +++ b/src/caso-especial/dto/create-caso-especial.dto.ts @@ -27,7 +27,6 @@ export class CreateCasoEspecialDto { idStatus: number; @IsString() - @Length(9, 9) @Matches(/^\d+$/, { message: 'solo puede contener nĂºmeros' }) numeroCuenta: string;