Query typo fix.

This would be a stationery shop, with an "e", not an "a."
This commit is contained in:
Win Olario 2023-02-07 12:37:26 +08:00 committed by GitHub
parent 7394f447eb
commit 53f5d22d5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,7 +140,7 @@
"condition": { "condition": {
"or": [ "or": [
"shop~.*copyshop.*", "shop~.*copyshop.*",
"shop~.*stationary.*", "shop~.*stationery.*",
"service:print=yes" "service:print=yes"
] ]
}, },