error tonto
This commit is contained in:
@@ -17,7 +17,7 @@ export class UpdateInstitucionDto {
|
||||
|
||||
@IsEmail()
|
||||
@IsOptional()
|
||||
correo?: number;
|
||||
correo?: string;
|
||||
|
||||
@IsNumber()
|
||||
@IsOptional()
|
||||
|
||||
@@ -19,7 +19,7 @@ export class Institucion {
|
||||
@Column({ type: String, nullable: true, length: 4 })
|
||||
clave: string;
|
||||
|
||||
@Column({ type: String, nullable: false, length: 60, default: '' })
|
||||
@Column({ type: String, nullable: true, length: 60, default: '' })
|
||||
correo: string;
|
||||
|
||||
@Column({ type: Number, nullable: false, default: 7 })
|
||||
|
||||
Reference in New Issue
Block a user