Skip to content
This repository was archived by the owner on Jan 25, 2025. It is now read-only.

Commit e0f2e6f

Browse files
fix: type mismatch for rtk query transform response params
1 parent dde6701 commit e0f2e6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const api = createApi({
6262
query: () => 'vaults/items?combined=true',
6363
transformResponse: async (
6464
response: VaultItemsResponse,
65-
meta: {},
65+
meta: undefined,
6666
arg: Uint8Array
6767
) => {
6868
const decryptionKey = arg

0 commit comments

Comments
 (0)