@openinc/parse-server-opendash 3.9.3 → 3.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -227,6 +227,8 @@ async function getMessages(ticket) {
227
227
  const messages = [];
228
228
  const todos = [];
229
229
  for (const msg of allMessages) {
230
+ if (!msg.data)
231
+ continue;
230
232
  if (msg.data.type !== "todo") {
231
233
  messages.push(msg);
232
234
  continue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openinc/parse-server-opendash",
3
- "version": "3.9.3",
3
+ "version": "3.9.4",
4
4
  "description": "Parse Server Cloud Code for open.INC Stack.",
5
5
  "packageManager": "pnpm@10.12.4",
6
6
  "keywords": [