Skip to content

Commit

Permalink
lint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Sep 6, 2024
1 parent 183e3e4 commit 1997db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transaction/hooks/useSendWalletTransactions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const useSendWalletTransactions = ({
sendCallAsync?: SendTransactionMutateAsync<Config, unknown> | (() => void);
walletCapabilities: OCKWalletCapabilities;
}) => {
// biome-ignore lint/complexity/noExcessiveCognitiveComplexity: TODO Refactor this hook once Wagmi exposes experimental types
return useCallback(async () => {
// Batched transactions
if (walletCapabilities.hasAtomicBatch) {
Expand Down

0 comments on commit 1997db6

Please sign in to comment.