commit
f789e2abfc
|
@ -869,7 +869,7 @@ HasMany.prototype.destroyById = function (fkId, options, cb) {
|
||||||
if (err) {
|
if (err) {
|
||||||
return cb(err);
|
return cb(err);
|
||||||
}
|
}
|
||||||
self.removeFromCache(inst[fkId]);
|
self.removeFromCache(fkId);
|
||||||
inst.destroy(options, cb);
|
inst.destroy(options, cb);
|
||||||
});
|
});
|
||||||
return cb.promise;
|
return cb.promise;
|
||||||
|
|
Loading…
Reference in New Issue