Update src/js/background/sync.js
Co-Authored-By: Jonathan Kingston <jonathan@jooped.co.uk>
This commit is contained in:
parent
d35712e9f9
commit
5b8cfa14ae
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ async function removeOldDeletedItems() {
|
|||
}
|
||||
}
|
||||
|
||||
async function setAssignmentWithUUID (assignedSite, urlKey) {
|
||||
async function setAssignmentWithUUID(assignedSite, urlKey) {
|
||||
const uuid = assignedSite.identityMacAddonUUID;
|
||||
const cookieStoreId = await identityState.lookupCookieStoreId(uuid);
|
||||
if (cookieStoreId) {
|
||||
|
|
Loading…
Add table
Reference in a new issue