Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Apr 30, 2024
1 parent 0e6bd28 commit b40fbf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/src/query/prepareTransactionRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ export function prepareTransactionRequestQueryKey<
SelectChains<config, chainId>[0]
>,
>(options: PrepareTransactionRequestOptions<config, chainId, request>) {
const { connector: _c, ...rest } = options
return ['prepareTransactionRequest', filterQueryOptions(rest)] as const
return ['prepareTransactionRequest', filterQueryOptions(options)] as const
}

export type PrepareTransactionRequestQueryKey<
Expand Down

0 comments on commit b40fbf3

Please sign in to comment.