@26lights/orcha 0.41.126 → 0.41.127

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
@@ -8437,11 +8437,8 @@ const Ss = /* @__PURE__ */ X({
8437
8437
  }), l = M({
8438
8438
  get() {
8439
8439
  var V;
8440
- console.log(a.timeTrackingData, null, 2);
8441
- const k = (V = a.timeTrackingData) == null ? void 0 : V.find(
8442
- (J) => J.activityId === a.activity.id
8443
- );
8444
- return (k == null ? void 0 : k.timeSpent) ?? 0;
8440
+ const k = (V = a.timeTrackingData) == null ? void 0 : V[a.activity.id];
8441
+ return (k == null ? void 0 : k.timeSpent) ?? a.activity.timeSpent ?? 0;
8445
8442
  },
8446
8443
  set() {
8447
8444
  }