Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo committed Dec 19, 2024
1 parent 307c167 commit 9ed97af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abacus-ts/rest/lib/useIndexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { useAppSelector } from '@/state/appTypes';

import { CompositeClientManager } from './compositeClientManager';

export function useIndexer() {
export function useIndexerClient() {
const selectedNetwork = useAppSelector(getSelectedNetwork);
const indexerReady = useAppSelector(selectIndexerReady);

Expand Down

0 comments on commit 9ed97af

Please sign in to comment.