Fix test
This commit is contained in:
parent
f82eefc3ae
commit
6f59b09c11
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class ExpandFilter extends DesugaringStep<LayerConfigJson> {
|
|||
|
||||
for (let i = 0; i < json.tagRenderings?.length; i++){
|
||||
const tagRendering = <TagRenderingConfigJson> json.tagRenderings[i]
|
||||
if(!tagRendering.filter){
|
||||
if(!tagRendering?.filter){
|
||||
continue
|
||||
}
|
||||
for (const filterName of tagRendering.filter ?? []) {
|
||||
|
|
Loading…
Reference in a new issue