Skip to content

Commit

Permalink
fix type error in vue query hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Jan 26, 2025
1 parent d8cac4b commit 7c2e861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/telescope/src/helpers/vue-query-hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export interface UseMutationBuilderOptions<TMsg> {
clientResolver?: SigningClientResolver
) => (
signerAddress: string,
message: TMsg,
message: TMsg | TMsg[],
fee: StdFee | 'auto',
memo: string
) => Promise<DeliverTxResponse>;
Expand Down

0 comments on commit 7c2e861

Please sign in to comment.