mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 08:33:29 +00:00
docs(notification-processing): [PM-19877] System Notification Implementation - Removed incorrect comments for server notifications.
This commit is contained in:
@@ -1115,7 +1115,7 @@ const safeProviders: SafeProvider[] = [
|
||||
// This is a slightly odd dependency tree for a specialized api service
|
||||
// it depends on SyncService so that new data can be retrieved through the sync
|
||||
// rather than updating the OrganizationService directly. Instead OrganizationService
|
||||
// subscribes to sync server notifications and will update itself based on that.
|
||||
// subscribes to sync notifications and will update itself based on that.
|
||||
deps: [ApiServiceAbstraction, SyncService],
|
||||
}),
|
||||
safeProvider({
|
||||
|
||||
Reference in New Issue
Block a user