Cleanup
This commit is contained in:
4
node_modules/mongoose/lib/plugins/removeSubdocs.js
generated
vendored
4
node_modules/mongoose/lib/plugins/removeSubdocs.js
generated
vendored
@@ -15,13 +15,13 @@ module.exports = function(schema) {
|
||||
}
|
||||
|
||||
const _this = this;
|
||||
const subdocs = this.$__getAllSubdocs();
|
||||
const subdocs = this.$getAllSubdocs();
|
||||
|
||||
each(subdocs, function(subdoc, cb) {
|
||||
subdoc.$__remove(cb);
|
||||
}, function(error) {
|
||||
if (error) {
|
||||
return _this.schema.s.hooks.execPost('remove:error', _this, [_this], { error: error }, function(error) {
|
||||
return _this.$__schema.s.hooks.execPost('remove:error', _this, [_this], { error: error }, function(error) {
|
||||
next(error);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user