Skip to content

Commit

Permalink
Merge pull request #621 from subquery/fix/types
Browse files Browse the repository at this point in the history
fix: types
  • Loading branch information
HuberTRoy authored Dec 13, 2023
2 parents 4e232c1 + b5f3db6 commit cc96b34
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 cc96b34

Please sign in to comment.