Merge pull request #668 from BerkeleyTrue/fix/dublicateId

This fixes duplicate key issue #649
This commit is contained in:
Miroslav Bajtoš 2014-11-05 19:22:22 +01:00
commit d9a426c867
1 changed files with 0 additions and 1 deletions

View File

@ -407,7 +407,6 @@ module.exports = function(Change) {
this.find(function(err, changes) {
if (err) return cb(err);
changes.forEach(function(change) {
change = new Change(change);
change.rectify();
});
});