mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
Fix noop notification service registration (#13131)
* Re-order the constructor dependencies to match between Noop and Default notification service * Fix test file * One more missed constructor
This commit is contained in:
@@ -906,6 +906,7 @@ const safeProviders: SafeProvider[] = [
|
||||
? NoopNotificationsService
|
||||
: DefaultNotificationsService,
|
||||
deps: [
|
||||
LogService,
|
||||
SyncService,
|
||||
AppIdServiceAbstraction,
|
||||
EnvironmentService,
|
||||
@@ -915,7 +916,6 @@ const safeProviders: SafeProvider[] = [
|
||||
SignalRConnectionService,
|
||||
AuthServiceAbstraction,
|
||||
WebPushConnectionService,
|
||||
LogService,
|
||||
],
|
||||
}),
|
||||
safeProvider({
|
||||
|
||||
Reference in New Issue
Block a user