fixed race condition while upgrading containers and site assignments.

This commit is contained in:
Kendall Werts
2020-01-15 14:46:52 -06:00
parent d7c0a3d9e1
commit 60bfdffdd6
3 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ const identityState = {
);
if (cookieStoreId === "firefox-default") continue;
if (!match) {
this.remove(cookieStoreId);
await this.remove(cookieStoreId);
continue;
}
if (!macConfigs[configKey].macAddonUUID) {