Skip to content

Commit

Permalink
Update lib/model.js
Browse files Browse the repository at this point in the history
Co-authored-by: hasezoey <[email protected]>
  • Loading branch information
vkarpov15 and hasezoey authored Jan 9, 2025
1 parent 29790cc commit 2ee3d06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -3667,7 +3667,6 @@ Model.castObject = function castObject(obj, options) {
const val = get(obj, path);
pushNestedArrayPaths(paths, val, path);
}
console.log('AB', obj, paths);

let error = null;

Expand Down

0 comments on commit 2ee3d06

Please sign in to comment.