forked from MapComplete/MapComplete
Chore: fix build
This commit is contained in:
parent
114f484faf
commit
a867379cd4
1 changed files with 2 additions and 1 deletions
|
@ -426,7 +426,8 @@ class LayerOverviewUtils extends Script {
|
||||||
priviliged.delete("summary")
|
priviliged.delete("summary")
|
||||||
priviliged.delete("last_click")
|
priviliged.delete("last_click")
|
||||||
|
|
||||||
if (priviliged.size > 0) {
|
const isBoostrapping = AllSharedLayers.getSharedLayersConfigs().size == 0
|
||||||
|
if (!isBoostrapping && priviliged.size > 0) {
|
||||||
throw (
|
throw (
|
||||||
"Priviliged layer " +
|
"Priviliged layer " +
|
||||||
Array.from(priviliged).join(", ") +
|
Array.from(priviliged).join(", ") +
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue