Skip to content

Commit

Permalink
perf(base.ts): trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Nov 3, 2019
1 parent 961b54b commit 43f9a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export abstract class AutoMapperBase {
sourceMemberNamingConvention,
destinationMemberNamingConvention,
} = mapping;
const configKeys: Array<string> = [];
const configKeys = [];

let destinationObj = new destination();

Expand Down

0 comments on commit 43f9a0d

Please sign in to comment.