We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dde6701 + 0b15c6f commit d2dd983Copy full SHA for d2dd983
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "keyspace-plugin",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"private": false,
5
"dependencies": {
6
"@chakra-ui/icons": "^2.0.0",
src/services/api.ts
@@ -62,7 +62,7 @@ export const api = createApi({
62
query: () => 'vaults/items?combined=true',
63
transformResponse: async (
64
response: VaultItemsResponse,
65
- meta: {},
+ meta: undefined,
66
arg: Uint8Array
67
) => {
68
const decryptionKey = arg
0 commit comments