You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: