gitignore

This commit is contained in:
evenegas
2026-01-22 14:34:27 -06:00
parent cb82dd3354
commit bc975bc295
@@ -27,7 +27,6 @@ export class CreateCasoEspecialDto {
idStatus: number;
@IsString()
@Length(9, 9)
@Matches(/^\d+$/, { message: 'solo puede contener números' })
numeroCuenta: string;