1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-03 02:03:53 +00:00

PM-26676 remove commented lines of code

This commit is contained in:
voommen-livefront
2025-10-22 14:34:38 -05:00
parent c21ec32624
commit d2cea60f28

View File

@@ -719,7 +719,7 @@ export class RiskInsightsOrchestratorService {
scan((prevState: ReportState, currState: ReportState) => ({
...prevState,
...currState,
data: currState.data, // currState.data !== null ? currState.data : prevState.data,
data: currState.data,
})),
startWith({ loading: false, error: null, data: null }),
shareReplay({ bufferSize: 1, refCount: true }),