Update src/js/background/identityState.js

Co-Authored-By: Jonathan Kingston <jonathan@jooped.co.uk>
This commit is contained in:
Kendall Werts 2020-01-23 10:23:07 -06:00
parent 85c403bef5
commit f981200921

View file

@ -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;
}
}