Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
siandreev committed Sep 24, 2024
1 parent 8aac9ee commit edb6f67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const useNftTransferEstimation = (nftItem: NftItem, data?: TonRecipientData) =>
let multisig = client.getQueryData([
QueryKey.multisigWallet,
account.activeTonWallet.rawAddress
]);
]) as Multisig | null;
if (!multisig) {
multisig = await new MultisigApi(api.tonApiV2).getMultisigAccount({
accountId: account.activeTonWallet.rawAddress
Expand Down

0 comments on commit edb6f67

Please sign in to comment.