diff --git a/apps/browser/src/platform/system-notifications/browser-system-notification.service.ts b/apps/browser/src/platform/system-notifications/browser-system-notification.service.ts index b2a73c0d2f0..a78e94b14fd 100644 --- a/apps/browser/src/platform/system-notifications/browser-system-notification.service.ts +++ b/apps/browser/src/platform/system-notifications/browser-system-notification.service.ts @@ -36,8 +36,6 @@ export class BrowserSystemNotificationService implements SystemNotificationsServ }), }); - // ESLint: Using addListener in the browser popup produces a memory leak in Safari, - // use `BrowserApi. addListener` instead (no-restricted-syntax) // eslint-disable-next-line no-restricted-syntax chrome.notifications.onButtonClicked.addListener( (notificationId: string, buttonIndex: number) => {