Skip to content

Commit

Permalink
Updated links in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shevchenkonik committed Nov 7, 2024
1 parent 7950142 commit c08951b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/decorator-options/BodyOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ export interface BodyOptions {
/**
* Class-transformer options used to perform plainToClass operation.
*
* @see https://github.com/pleerock/class-transformer
* @see https://github.com/typestack/class-transformer
*/
transform?: ClassTransformOptions;

/**
* If true, class-validator will be used to validate param object.
* If validation options are given then class-validator will perform validation with given options.
*
* @see https://github.com/pleerock/class-validator
* @see https://github.com/typestack/class-validator
*/
validate?: boolean | ValidatorOptions;

Expand Down

0 comments on commit c08951b

Please sign in to comment.