Skip to content

Commit

Permalink
chore(core): clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Jan 8, 2021
1 parent 0dae2e5 commit 4197eda
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export function createInitialMapping(
const destinationPaths = getPathRecursive(destinationObj);
const namingConventions = mapping[MappingClassId.namingConventions];
let i = destinationPaths.length;

while (i--) {
const destinationPath = destinationPaths[i];
const destinationNestedMetadataAtPath = getNestedMetaKeyAtDestinationPath(
Expand Down

0 comments on commit 4197eda

Please sign in to comment.