diff --git a/src/background/runtime.background.ts b/src/background/runtime.background.ts index 8773014477..6b36c030e0 100644 --- a/src/background/runtime.background.ts +++ b/src/background/runtime.background.ts @@ -268,7 +268,7 @@ export default class RuntimeBackground { private async getDataForTab(tab: any, responseCommand: string) { const responseVal: any = {}; if (responseCommand === 'notificationBarDataResponse') { - responseVal.neverDomains = await this.storageService.get(ConstantsService.neverDomainsKey); + responseVal.neverDomains = await this.storageService.get(ConstantsService.neverDomainsKey); responseVal.disabledNotification = await this.storageService.get( ConstantsService.disableAddLoginNotificationKey); } else if (responseCommand === 'autofillerAutofillOnPageLoadEnabledResponse') {