Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielisaacgeslin committed Sep 24, 2024
1 parent 98523da commit 73dbd94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wormhole-connect/src/hooks/useBalanceChecker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import { useIsMounted } from './useIsMounted';
export const useBalanceChecker = (
quote?: routes.Quote<
routes.Options,
routes.ValidatedTransferParams<routes.Options>,
any
routes.ValidatedTransferParams<routes.Options>
>,
): {
feeSymbol?: string;
Expand Down

0 comments on commit 73dbd94

Please sign in to comment.