1
0
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:
Shane Melton
2025-01-29 09:58:01 -08:00
committed by GitHub
parent aef81210e3
commit db2b405421
4 changed files with 11 additions and 11 deletions

View File

@@ -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({