Skip to content

Commit 1dc9b45

Browse files
committedSep 2, 2021
style: fix lint
1 parent 3f7dfc5 commit 1dc9b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/document.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ Document.prototype.$set = function $set(path, val, type, options) {
13691369
}
13701370
}
13711371
} else {
1372-
console.log('No shouldSet', path)
1372+
console.log('No shouldSet', path);
13731373
}
13741374

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

0 commit comments

Comments
 (0)
Please sign in to comment.