summaryrefslogtreecommitdiff
path: root/source/background.ts
diff options
context:
space:
mode:
Diffstat (limited to 'source/background.ts')
-rw-r--r--source/background.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/background.ts b/source/background.ts
index 59876081..cb3f1a5e 100644
--- a/source/background.ts
+++ b/source/background.ts
@@ -2,7 +2,7 @@ import 'webext-dynamic-content-scripts';
import addDomainPermissionToggle from 'webext-domain-permission-toggle';
import './options-storage';
-browser.runtime.onMessage.addListener(async (message, {tab}) => {
+browser.runtime.onMessage.addListener((message, {tab}) => {
if (message && Array.isArray(message.openUrls)) {
for (const [i, url] of (message.openUrls as string[]).entries()) {
browser.tabs.create({