Skip to content

Commit

Permalink
fix(treeChanges): apply toParams to 'retained' path (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeg0184 authored and christopherthielen committed Jan 10, 2018
1 parent 21663cc commit cf63d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/path/pathFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class PathUtils {
entering = toPath.slice(keep);
to = (retainedWithToParams).concat(entering);

return { from, to, retained, exiting, entering };
return { from, to, retained: retainedWithToParams, exiting, entering };
}

/**
Expand Down

0 comments on commit cf63d11

Please sign in to comment.