1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00

feat(extension-notification-demo): Removed comment

This commit is contained in:
Patrick Pimentel
2025-04-17 13:42:26 -04:00
parent cae2484cc7
commit 538450f874

View File

@@ -672,7 +672,7 @@ const safeProviders: SafeProvider[] = [
safeProvider({
provide: SystemNotificationServiceAbstraction,
useClass: BrowserSystemNotificationService,
deps: [LogService, PlatformUtilsService], // Add any other dependencies your service needs
deps: [LogService, PlatformUtilsService],
}),
];