Update src/js/background/sync.js

Co-Authored-By: Jonathan Kingston <jonathan@jooped.co.uk>
This commit is contained in:
Kendall Werts 2020-01-23 10:29:37 -06:00
parent d35712e9f9
commit 5b8cfa14ae

View file

@ -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) {