mirror of
https://github.com/bitwarden/browser
synced 2026-02-28 02:23:25 +00:00
fix: floating promise
This commit is contained in:
@@ -70,8 +70,7 @@ export class BrowserSystemNotificationService implements SystemNotificationsServ
|
||||
}
|
||||
|
||||
async clear(clearInfo: SystemNotificationClearInfo): Promise<undefined> {
|
||||
|
||||
chrome.notifications.clear(clearInfo.id);
|
||||
await chrome.notifications.clear(clearInfo.id);
|
||||
}
|
||||
|
||||
isSupported(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user