1
0
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:
Patrick Pimentel
2025-08-08 16:30:05 -04:00
parent 49bef8ee3c
commit 6a181f274c
11 changed files with 25 additions and 25 deletions

View File

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