Commit 9a51f3b
authored
Use correct store when loading indexes for graft base (#5616)
Previously, we were trying to load indexes from the store corresponding
to the subgraph being deployed. This was the wrong shard, resulting in
deployment failures when a subgraph is on a different shard from its
graft based.
This updates the call to use the correct store.1 parent e2e6925 commit 9a51f3b
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
582 | | - | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
583 | 588 | | |
584 | 589 | | |
585 | 590 | | |
| |||
0 commit comments