1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 23:13:36 +00:00

Fix report generating flag not being reset

This commit is contained in:
Leslie Tilton
2025-10-22 09:33:28 -05:00
parent 89c70da09f
commit 900612a1cf

View File

@@ -732,6 +732,9 @@ export class RiskInsightsOrchestratorService {
exhaustMap(([_, [orgDetails, userId]]) =>
this._generateNewApplicationsReport$(orgDetails!.organizationId, userId!),
),
tap(() => {
this._generateReportTriggerSubject.next(false);
}),
);
// Combine all triggers and update the single report state