intelica-library-components 1.1.60 → 1.1.62
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.
|
@@ -11074,9 +11074,9 @@ class NotificationOrchestratorService {
|
|
|
11074
11074
|
// ---------------------------------------------------------------------
|
|
11075
11075
|
// Scope feature/origin (tu lógica existente)
|
|
11076
11076
|
// ---------------------------------------------------------------------
|
|
11077
|
-
rehydrateScope(
|
|
11078
|
-
this.featureCode = featureCode;
|
|
11077
|
+
rehydrateScope(origin, featureCode) {
|
|
11079
11078
|
this.origin = origin;
|
|
11079
|
+
this.featureCode = featureCode;
|
|
11080
11080
|
if (this.initInFlight)
|
|
11081
11081
|
return this.initInFlight;
|
|
11082
11082
|
this.initInFlight = (async () => {
|