diff --git a/bitwarden_license/bit-common/src/tools/reports/risk-insights/services/risk-insights-report.service.ts b/bitwarden_license/bit-common/src/tools/reports/risk-insights/services/risk-insights-report.service.ts index 2fbc68f3ee4..9b1e781a5bb 100644 --- a/bitwarden_license/bit-common/src/tools/reports/risk-insights/services/risk-insights-report.service.ts +++ b/bitwarden_license/bit-common/src/tools/reports/risk-insights/services/risk-insights-report.service.ts @@ -51,7 +51,6 @@ export class RiskInsightsReportService { return [allCiphers, details] as const; }), concatMap(([ciphers, flattenedDetails]) => this.getCipherDetails(ciphers, flattenedDetails)), - // timeout(TIMEOUT_IN_MS), first(), ); @@ -88,8 +87,6 @@ export class RiskInsightsReportService { ); return results$; - // const cipherHealthUriReport = await this.generateRawDataUriReport(organizationId); - // return this.getApplicationHealthReport(cipherHealthUriReport); } /**