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:
@@ -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 }),
|
||||
|
||||
Reference in New Issue
Block a user