File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ export const useAllocationStore = defineStore('allocationStore', {
211211 const deploymentStatus = deploymentStatusStore . getDeploymentStatuses [ state . allocations [ i ] . subgraphDeployment . ipfsHash ] ;
212212
213213 const validChain = accountStore . getPOIQueryStatus ? chainValidation . getChainStatus [ state . allocations [ i ] . subgraphDeployment . manifest . network ] : null ;
214- const synced = epochStore . getBlockNumbers [ state . allocations [ i ] . subgraphDeployment . manifest . network ] <= deploymentStatus ?. chains ?. [ 0 ] ?. latestBlock ?. number ;
214+ const synced = epochStore . getBlockNumbers [ state . allocations [ i ] . subgraphDeployment . manifest ? .network ] <= deploymentStatus ?. chains ?. [ 0 ] ?. latestBlock ?. number ;
215215 const deterministicFailure = synced ? null : deploymentStatus ?. health == 'failed' && deploymentStatus ?. fatalError && deploymentStatus ?. fatalError ?. deterministic == true ;
216216
217217 const otherIndexerStatus = deploymentStatusStore . getDeploymentFailures [ state . allocations [ i ] . subgraphDeployment . ipfsHash ] ;
You can’t perform that action at this time.
0 commit comments