Merge pull request #426 from strongloop/feature/fix-typo

Fix typo
This commit is contained in:
Raymond Feng 2015-02-04 08:30:36 -08:00
commit 78aca02651
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);