gitignore
This commit is contained in:
@@ -27,7 +27,6 @@ export class CreateCasoEspecialDto {
|
||||
idStatus: number;
|
||||
|
||||
@IsString()
|
||||
@Length(9, 9)
|
||||
@Matches(/^\d+$/, { message: 'solo puede contener números' })
|
||||
numeroCuenta: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user