diff --git a/src/lib/webext.ts b/src/lib/webext.ts index 22bda871..6536cb06 100644 --- a/src/lib/webext.ts +++ b/src/lib/webext.ts @@ -70,7 +70,7 @@ export async function ownTabId() { //#content_helper export async function ownTabContainer() { - return await browserBg.contextualIdentities.get( + return browserBg.contextualIdentities.get( (await ownTab()).cookieStoreId, ) }