Skip to content

Commit 333b72f

Browse files
vkarpov15hasezoey
andauthored
Update lib/model.js
Co-authored-by: hasezoey <hasezoey@gmail.com>
1 parent 32ab2d5 commit 333b72f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/model.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -3372,9 +3372,7 @@ Model.bulkWrite = async function bulkWrite(ops, options) {
33723372
}
33733373
options = options || {};
33743374

3375-
const shouldSkip = await this.hooks.execPre('bulkWrite', this, [ops, options]).then(
3376-
() => null,
3377-
err => {
3375+
const shouldSkip = await this.hooks.execPre('bulkWrite', this, [ops, options]).catch(err => {
33783376
if (err instanceof Kareem.skipWrappedFunction) {
33793377
return err;
33803378
}

0 commit comments

Comments
 (0)