hotfix for empty customStatus changes
This commit is contained in:
parent
041b63c44f
commit
500c2b19be
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
|
@ -247,6 +247,7 @@ determineAction = async (eventData, frontData = []) => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
if (diff[0].content.customStatus == '') return 'customStatus'
|
||||||
console.error('::SimplyWS:: Unrecognized diff: ' + JSON.stringify(diff))
|
console.error('::SimplyWS:: Unrecognized diff: ' + JSON.stringify(diff))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue