added key to sync for each install of MAC.

Keeps a list of installed identities and site assignments of reach MAC install
This commit is contained in:
Kendall Werts
2020-01-22 10:57:27 -06:00
parent 361e49d553
commit d7b66eca52
2 changed files with 86 additions and 11 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ const assignManager = {
await this.area.set({
[siteStoreKey]: data
});
if (backup) await sync.storageArea.backup({undelete: siteStoreKey});
if (backup) await sync.storageArea.backup({undeleteSiteStoreKey: siteStoreKey});
return;
},