Fix incorrect condition
This commit is contained in:
parent
74d6eea9a9
commit
d283231f85
1 changed files with 2 additions and 1 deletions
|
@ -527,7 +527,8 @@
|
||||||
"key": "defibrillator:location:fr"
|
"key": "defibrillator:location:fr"
|
||||||
},
|
},
|
||||||
"condition": {"or":[
|
"condition": {"or":[
|
||||||
"_country=be","defibrillator:location:fr"
|
"_country=be",
|
||||||
|
"defibrillator:location:fr~*"
|
||||||
]},
|
]},
|
||||||
"id": "defibrillator-defibrillator:location:fr"
|
"id": "defibrillator-defibrillator:location:fr"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue