Merge pull request #668 from BerkeleyTrue/fix/dublicateId
This fixes duplicate key issue #649
This commit is contained in:
commit
d9a426c867
|
@ -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();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue