Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In an earlier version of this PR, before I added mocking to the plugin, we saved JSON objects directly. We created the objects to save by removing results from the in-memory objects using a destructuring assignment. However, after the mocking was added, we create objects in native code. So we don't need to create them here and can remove these unused variables. #1144 (comment)
- Loading branch information