Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We shouldn't remove properties from original objects #98

Closed
ekryski opened this issue Jul 7, 2016 · 1 comment
Closed

We shouldn't remove properties from original objects #98

ekryski opened this issue Jul 7, 2016 · 1 comment
Labels

Comments

@ekryski
Copy link
Member

ekryski commented Jul 7, 2016

Originally this came up in the NeDB adapter. But we should not be calling delete on the original object. Instead we should make a copy and then call delete, or only pluck the keys that we want.

@daffl
Copy link
Member

daffl commented Jul 9, 2016

Closed via #100

@daffl daffl closed this as completed Jul 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants