Skip to content

Commit

Permalink
chore: merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Aug 17, 2023
2 parents 566eb8c + 181e829 commit 13a671a
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 13a671a

Please sign in to comment.