Skip to content

Commit

Permalink
added skip check for any
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Cross committed Oct 21, 2024
1 parent 856771f commit 9427fc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/util/navigation/useConnectionHandler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import {
MetaMetricsEvents,
} from '../../components/hooks/useMetrics';

// TODO: Replace "any" with type
// eslint-disable-next-line @typescript-eslint/no-explicit-any
export const useConnectionHandler = (navigation: any) => {
const connectedRef = useRef(true);
const timeoutRef = useRef<NodeJS.Timeout | null>(null);
Expand Down

0 comments on commit 9427fc2

Please sign in to comment.