This commit is contained in:
Raymond Feng 2015-02-04 08:30:13 -08:00
parent 9b675ef3dc
commit 79eabf3cf9
1 changed files with 1 additions and 1 deletions

View File

@ -1022,7 +1022,7 @@ DataAccessObject.remove = DataAccessObject.deleteAll = DataAccessObject.destroyA
}
function done(err, data) {
if (err) return cb(er);
if (err) return cb(err);
if (options.notify === false) {
return cb(err, data);