Fix build

This commit is contained in:
Pieter Vander Vennet 2025-07-28 04:02:59 +02:00
parent 7c42758b42
commit 966c351876

View file

@ -313,7 +313,7 @@ export default class LayerConfig extends WithContextLoader {
)
}
this.units = (json.units ?? []).flatMap((unitJson, i) =>
UnitUtils.fromJson()(unitJson, this.tagRenderings, `${context}.unit[${i}]`)
UnitUtils.fromJson(unitJson, this.tagRenderings, `${context}.unit[${i}]`)
)
{
let filter = json.filter