Skip to content

Commit

Permalink
remove unneded any
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus committed Jul 29, 2024
1 parent 5eb9bf8 commit 17d2a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet/src/bitte-wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export const BitteWallet: WalletBehaviourFactory<
receiverId: receiverId || contractId,
actions: actions.map((action) => createAction(action)) as any,
walletCallbackUrl: callback,
}) as any;
});
};


Expand Down

0 comments on commit 17d2a30

Please sign in to comment.