@26lights/orcha 0.37.52 → 0.37.53

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.
package/dist/orcha.es.js CHANGED
@@ -10183,7 +10183,9 @@ const w9 = { class: "ao-card-feed__header" }, $9 = {
10183
10183
  });
10184
10184
  }, i = A(() => a.tagType === "milestone" && a.phaseName ? `${a.phaseName}` : a.phaseName && a.milestoneName ? `${a.phaseName} / ${a.milestoneName}` : ""), r = A(() => {
10185
10185
  var g;
10186
- const h = a.assignee ? [a.assignee] : [], w = ((g = a.tasks) == null ? void 0 : g.map((S) => S.assignee).filter((S) => S !== void 0)) || [];
10186
+ const h = a.assignee ? [a.assignee] : [];
10187
+ console.log(JSON.stringify(a.tasks, null, 2));
10188
+ const w = ((g = a.tasks) == null ? void 0 : g.map((S) => S.assignee).filter((S) => S !== void 0)) || [];
10187
10189
  return [.../* @__PURE__ */ new Set([...h, ...w])];
10188
10190
  }), l = A(() => Tn(a.deadline)), c = (h) => {
10189
10191
  e("removeAssignee", h);