mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
ui: switch to concatMap
This commit is contained in:
committed by
Aiden McClelland
parent
d224b7a114
commit
7ed220dc51
@@ -35,7 +35,7 @@ export class GlobalAlertsNotifier {
|
||||
),
|
||||
concatMap(
|
||||
() => this.osUpdateAlertNeeded$().pipe(
|
||||
switchMap(vl => vl ? this.presentUpdateDailogues(vl) : of({ })),
|
||||
concatMap(vl => vl ? this.presentUpdateDailogues(vl) : of({ })),
|
||||
),
|
||||
),
|
||||
).subscribe()
|
||||
|
||||
Reference in New Issue
Block a user