forked from MapComplete/MapComplete
Themes: fix incorrect argument, might fix #1881
This commit is contained in:
parent
f06fb9c121
commit
209cfe6b73
1 changed files with 2 additions and 1 deletions
|
@ -604,8 +604,8 @@
|
|||
"key": "artist:wikidata",
|
||||
"type": "wikidata",
|
||||
"helperArgs": [
|
||||
"artist_name",
|
||||
{
|
||||
"key": "artist_name",
|
||||
"instanceOf": [
|
||||
"Q5"
|
||||
]
|
||||
|
@ -875,6 +875,7 @@
|
|||
}
|
||||
],
|
||||
"filter": [
|
||||
|
||||
"has_image"
|
||||
],
|
||||
"deletion": {
|
||||
|
|
Loading…
Reference in a new issue