From 847668e2a8d6bf1ac0f6ea1125846f6bcd19b3e3 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 9 Dec 2024 14:56:49 -0500 Subject: [PATCH] commented code --- .../risk-insights/services/risk-insights-report.service.ts | 3 --- 1 file changed, 3 deletions(-) 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); } /**