Update src/js/background/identityState.js
Co-Authored-By: Jonathan Kingston <jonathan@jooped.co.uk>
This commit is contained in:
parent
85c403bef5
commit
f981200921
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ const identityState = {
|
|||
cookieStoreId : "firefox-container-" + cookieStoreId;
|
||||
const macConfigs = await this.storageArea.area.get();
|
||||
for(const configKey of Object.keys(macConfigs)) {
|
||||
if (configKey === "identitiesState@@_" + cookieStoreIdKey) {
|
||||
if (configKey === this.getContainerStoreKey(cookieStoreIdKey)) {
|
||||
return macConfigs[configKey].macAddonUUID;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue