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:
@@ -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.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user