Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Dec 13, 2023
1 parent 4e232c1 commit b5f3db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useSortedIndexerDeployments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export function useSortedIndexerDeployments(indexer: string): AsyncData<Array<Us
codeUrl: '',
type: 'SUBQUERY',
versionDescription: '',
categories: [],
};

const deploymentId = indexerDeployment?.deployment?.id;
Expand Down

0 comments on commit b5f3db6

Please sign in to comment.