hotfix for empty customStatus changes

This commit is contained in:
bee 2022-03-02 04:54:56 -08:00
parent 041b63c44f
commit 500c2b19be
No known key found for this signature in database
GPG key ID: 70EECBF29DA75D8B

View file

@ -247,6 +247,7 @@ determineAction = async (eventData, frontData = []) => {
}
}
else {
if (diff[0].content.customStatus == '') return 'customStatus'
console.error('::SimplyWS:: Unrecognized diff: ' + JSON.stringify(diff))
}
}