fix: failure during sync

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