mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 19:53:59 +00:00
PM-20132 removed commented lines of code
This commit is contained in:
@@ -178,8 +178,6 @@ export class RiskInsightsReportService {
|
||||
reports: ApplicationHealthReportDetail[],
|
||||
memberDetails: MemberDetailsFlat[],
|
||||
): ApplicationHealthReportSummary {
|
||||
// const totalMembers = reports.flatMap((x) => x.memberDetails);
|
||||
// const uniqueMembers = this.getUniqueMembers(totalMembers);
|
||||
const uniqueMembers = this.getUniqueMembers(memberDetails);
|
||||
|
||||
const atRiskMembers = reports.flatMap((x) => x.atRiskMemberDetails);
|
||||
|
||||
Reference in New Issue
Block a user