Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaScriptBach committed Aug 4, 2023
1 parent c520587 commit 6f5adfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/model.js
Expand Up @@ -3773,7 +3773,7 @@ Model.bulkWrite = function(ops, options, callback) {
let validOps = [];
let validationErrors = [];
if (remaining === 0) {
completeUnorderedValidation.call(this)
completeUnorderedValidation.call(this);
} else {
for (let i = 0; i < validations.length; ++i) {
validations[i]((err) => {
Expand Down

0 comments on commit 6f5adfb

Please sign in to comment.