Skip to content

Commit 32ab2d5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/model.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3611,7 +3611,7 @@ Model.bulkSave = async function bulkSave(documents, options) {
36113611
return bulkWriteResult;
36123612
};
36133613

3614-
function buildPreSavePromise(document, options) {
3614+
async function buildPreSavePromise(document, options) {
36153615
return document.schema.s.hooks.execPre('save', document, [options]);
36163616
}
36173617

0 commit comments

Comments
 (0)