Add missing semi-colon
This commit is contained in:
parent
05dc48eac2
commit
97d69e263d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ async function load() {
|
|||
|
||||
const container = await browser.contextualIdentities.get(cookieStoreId);
|
||||
const currentContainer = currentCookieStoreId ? await browser.contextualIdentities.get(currentCookieStoreId) : null;
|
||||
const currentContainerName = currentContainer ? currentContainer.name : ""
|
||||
const currentContainerName = currentContainer ? currentContainer.name : "";
|
||||
|
||||
document.querySelectorAll("[data-message-id]").forEach(el => {
|
||||
const elementData = el.dataset;
|
||||
|
|
Loading…
Add table
Reference in a new issue