Skip to content

Commit

Permalink
Merge pull request #17 from soraxtend/master
Browse files Browse the repository at this point in the history
Fixed incorrect behaviour when updating entity data
  • Loading branch information
sebelga authored Oct 5, 2016
2 parents fa7cd7d + e578280 commit 7e9f2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
return;
}

extend(true, entity.data, data);
extend(false, entity.data, data);

save(entity.key, entity.data, transaction, done);
});
Expand Down

0 comments on commit 7e9f2f1

Please sign in to comment.