Fix condition

This commit is contained in:
Pieter Vander Vennet 2023-04-15 02:50:44 +02:00
parent e5ea4dbfa3
commit 9ce92b8efa

View file

@ -1369,7 +1369,7 @@
"condition": {
"and": [
"_last_edit:contributor~*",
"_last_edit:changeset"
"_last_edit:changeset~*"
]
},
"metacondition": {
@ -2058,4 +2058,4 @@
}
]
}
}
}