forked from MapComplete/MapComplete
Fix build
This commit is contained in:
parent
7c42758b42
commit
966c351876
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue