Fix build

This commit is contained in:
Pieter Vander Vennet 2022-06-13 03:26:14 +02:00
parent 859a694723
commit 6b1b9eea8b
2 changed files with 2 additions and 3 deletions

View file

@ -188,8 +188,7 @@ class LayerOverviewUtils {
const sharedLayers = new Map<string, LayerConfigJson>()
const state: DesugaringContext = {
tagRenderings: sharedTagRenderings,
sharedLayers,
publicLayers: new Set()
sharedLayers
}
const prepLayer = new PrepareLayer(state);
for (const sharedLayerJson of layerFiles) {