intelica-library-components 1.1.49 → 1.1.50
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.
|
@@ -11009,9 +11009,9 @@ class NotificationOrchestratorService {
|
|
|
11009
11009
|
return;
|
|
11010
11010
|
const active = await firstValueFrom(this.jobService.getActiveJob(this.featureCode, this.origin));
|
|
11011
11011
|
if (!active) {
|
|
11012
|
-
this.currentJobId = undefined;
|
|
11013
|
-
this.setJobState({ status: "
|
|
11014
|
-
this.dispatchErrorsMapSubject.next(new Map());
|
|
11012
|
+
//this.currentJobId = undefined;
|
|
11013
|
+
//this.setJobState({ status: "idle", processedCount: 0, totalCount: 0, processedNotificationsCount: 0, totalNotificationsCount: 0 });
|
|
11014
|
+
//this.dispatchErrorsMapSubject.next(new Map());
|
|
11015
11015
|
return;
|
|
11016
11016
|
}
|
|
11017
11017
|
this.currentJobId = active.jobId;
|