We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4442d4a commit 90c56a2Copy full SHA for 90c56a2
packages/indexer-common/src/subgraphs.ts
@@ -200,7 +200,7 @@ export interface PreprocessedRules {
200
export function preprocessRules(rules: IndexingRuleAttributes[]): PreprocessedRules {
201
const globalRule = rules.find((rule) => rule.identifier === INDEXING_RULE_GLOBAL)
202
const deploymentRulesMap = new Map<string, IndexingRuleAttributes>()
203
-
+
204
rules.forEach((rule) => {
205
if (rule.identifierType === SubgraphIdentifierType.DEPLOYMENT) {
206
deploymentRulesMap.set(rule.identifier, rule)
0 commit comments