localStorageDB
localStorageDB copied to clipboard
Update method removes ID from object by link
When I'm passing some object into lib.update(table, {ID}, data) data object lost it's ID key. Solved by pushing shallow copy, but still an issue.