fix: failure during sync
This commit is contained in:
@@ -267,6 +267,10 @@ export function PushProcessor(client) {
|
||||
if (cond.value) {
|
||||
return cond.value === val;
|
||||
}
|
||||
|
||||
if (typeof cond.pattern !== 'string') {
|
||||
return false;
|
||||
}
|
||||
|
||||
let regex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user