pull/2/head
Louis Chatriot 9 years ago
parent a3f8c55520
commit 65024439c6
  1. 5
      lib/datastore.js

@ -570,7 +570,7 @@ Datastore.prototype._update = function (query, updateQuery, options, cb) {
// Change the docs in memory
try {
self.updateIndexes(modifications);
self.updateIndexes(modifications);
} catch (err) {
return callback(err);
}
@ -639,7 +639,4 @@ Datastore.prototype.remove = function () {
module.exports = Datastore;

Loading…
Cancel
Save