Fixed missing initial value in scraper reduce, breaking first network (21 Naturals).

This commit is contained in:
DebaucheryLibrarian
2020-12-19 00:19:38 +01:00
parent ddf0958c04
commit 4ccd8bf07a
3 changed files with 13 additions and 4 deletions

View File

@@ -99,6 +99,16 @@ function initEntitiesActions(store, router) {
}
}
}
{
parent: {
parent: {
parent: {
slug: { equalTo: $entitySlug }
type: { equalTo: $entityType }
}
},
},
},
]
}
}