1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00:00

commented code

This commit is contained in:
Tom
2024-12-09 14:56:49 -05:00
parent df170f24bd
commit 847668e2a8

View File

@@ -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);
}
/**