Skip to content

Commit

Permalink
fix(automap.decorator.ts): bumb version
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Feb 10, 2020
1 parent b02ff75 commit 3adaf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decorators/automap.decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { metadataManager } from '../metadata-explorer';
import { MetadataFunction } from '../types';

export const AutoMap = (typeFn?: () => Function): PropertyDecorator => (
target: any,
target,
propertyKey
) => {
if (typeFn) {
Expand Down

0 comments on commit 3adaf85

Please sign in to comment.