Update src/js/background/identityState.js
Co-Authored-By: Jonathan Kingston <jonathan@jooped.co.uk>
This commit is contained in:
@@ -127,7 +127,7 @@ const identityState = {
|
|||||||
cookieStoreId : "firefox-container-" + cookieStoreId;
|
cookieStoreId : "firefox-container-" + cookieStoreId;
|
||||||
const macConfigs = await this.storageArea.area.get();
|
const macConfigs = await this.storageArea.area.get();
|
||||||
for(const configKey of Object.keys(macConfigs)) {
|
for(const configKey of Object.keys(macConfigs)) {
|
||||||
if (configKey === "identitiesState@@_" + cookieStoreIdKey) {
|
if (configKey === this.getContainerStoreKey(cookieStoreIdKey)) {
|
||||||
return macConfigs[configKey].macAddonUUID;
|
return macConfigs[configKey].macAddonUUID;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user