@26lights/orcha 0.41.125 → 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,10 +8437,8 @@ const Ss = /* @__PURE__ */ X({
|
|
|
8437
8437
|
}), l = M({
|
|
8438
8438
|
get() {
|
|
8439
8439
|
var V;
|
|
8440
|
-
const k = (V = a.timeTrackingData) == null ? void 0 : V.
|
|
8441
|
-
|
|
8442
|
-
);
|
|
8443
|
-
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;
|
|
8444
8442
|
},
|
|
8445
8443
|
set() {
|
|
8446
8444
|
}
|