This commit is contained in:
Hanno J. Gödecke
2021-04-17 09:42:44 +02:00
committed by GitHub
parent 338301bb5d
commit b13f5aebfd
+1 -1
View File
@@ -267,7 +267,7 @@ export function PushProcessor(client) {
if (cond.value) {
return cond.value === val;
}
if (typeof cond.pattern !== 'string') {
return false;
}