Skip to content

Commit

Permalink
Resolves #2219 (review)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Feb 15, 2022
1 parent 3b601e6 commit b843dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/Merge.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const isPlainObject = require("../Util/IsPlainObject");
const isPlainObject = require("./IsPlainObject");
const OVERRIDE_PREFIX = "override:";

function getMergedItem(target, source, parentKey) {
Expand Down

0 comments on commit b843dae

Please sign in to comment.