Skip to content

Commit

Permalink
Update packages/core/services/reflector.service.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Micael Levi L. Cavalcante <mllc@icomp.ufam.edu.br>
  • Loading branch information
kamilmysliwiec and micalevisk authored Aug 16, 2023
1 parent e63313b commit 181e829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/services/reflector.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface CreateDecoratorOptions<T = any> {
key?: string;

/**
* The transform function to apply to the value.
* The transform function to apply to the metadata value.
* @default value => value
*/
transform?: (value: T) => T;
Expand Down

0 comments on commit 181e829

Please sign in to comment.