diff --git a/src/auth/dto/registerDto.dto.ts b/src/auth/dto/registerDto.dto.ts index 9f7dbb2..f544da4 100644 --- a/src/auth/dto/registerDto.dto.ts +++ b/src/auth/dto/registerDto.dto.ts @@ -22,4 +22,4 @@ export class registerDto{ @IsNotEmpty() correo: string; -} \ No newline at end of file +}