1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 11:43:51 +00:00

fix(notification-processing): [PM-19877] System Notification Implementation - Fixed linting bug.

This commit is contained in:
Patrick Pimentel
2025-07-23 14:14:53 -04:00
parent 49e7f15eda
commit 2856a82193

View File

@@ -15,7 +15,7 @@ export class UnsupportedSystemNotificationsService implements SystemNotification
throw new Error("Create OS Notification unsupported.");
}
clear(clearInfo: SystemNotificationClearInfo): undefined {
clear(clearInfo: SystemNotificationClearInfo): Promise<undefined> {
throw new Error("Clear OS Notification unsupported.");
}