This commit is contained in:
Pieter Vander Vennet 2024-07-20 19:46:22 +02:00
parent d283231f85
commit 42c1cf5d93
2 changed files with 5 additions and 0 deletions

View file

@ -1990,6 +1990,9 @@ export class ValidateThemeEnsemble extends Conversion<
>()
for (const theme of json) {
if(theme.id === "personal"){
continue
}
for (const layer of theme.layers) {
if (typeof layer.source === "string") {
continue