mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
PM-26015 Datadog integration card (#16559)
* PM-26015 adding Datadog integration card * PM-26015 removing 2 changes * PM-26015 Removing 1 change * PM-26015 adding datadog integration card * PM-26015 fixing code to accept new toast owner changes * PM-26015 fixing linting error * PM-26015 fixing pr comment
This commit is contained in:
@@ -70,8 +70,8 @@ export class BrowserSystemNotificationService implements SystemNotificationsServ
|
||||
}
|
||||
|
||||
async clear(clearInfo: SystemNotificationClearInfo): Promise<undefined> {
|
||||
// eslint-disable-next-line @typescript-eslint/no-floating-promises
|
||||
chrome.notifications.clear(clearInfo.id);
|
||||
await chrome.notifications.clear(clearInfo.id);
|
||||
return undefined;
|
||||
}
|
||||
|
||||
isSupported(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user