Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 2, 2021
1 parent 3f7dfc5 commit 1dc9b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/document.js
Expand Up @@ -1369,7 +1369,7 @@ Document.prototype.$set = function $set(path, val, type, options) {
}
}
} else {
console.log('No shouldSet', path)
console.log('No shouldSet', path);
}

if (schema.$isSingleNested && (this.isDirectModified(path) || val == null)) {
Expand Down

0 comments on commit 1dc9b45

Please sign in to comment.