AAE-49653 Updating the comment

This commit is contained in:
Ehsan Rezaei
2026-08-24 18:59:56 +02:00
parent 7ecd4996c7
commit 3e2ccd8d3c
2 changed files with 2 additions and 2 deletions
@@ -284,7 +284,7 @@ export class ProcessFiltersCloudComponent implements OnInit, OnChanges {
return;
}
/* `defer` keeps a query that cannot be built from breaking the counters of the other filters. */
/* Building the query throws for a malformed filter: `defer` turns that into a stream error to catch. */
defer(() => this.fetchProcessFilterCounter(filter))
.pipe(
catchError(() => EMPTY),
@@ -164,7 +164,7 @@ export class TaskFiltersCloudComponent extends BaseTaskFiltersCloudComponent imp
return;
}
/* `defer` keeps a query that cannot be built from breaking the counters of the other filters. */
/* Building the query throws for a malformed filter: `defer` turns that into a stream error to catch. */
defer(() => this.fetchTaskFilterCounter(filter))
.pipe(
catchError(() => EMPTY),