From 210214f66218e1ab66d863d7895facf4e471ea21 Mon Sep 17 00:00:00 2001 From: Kendall Werts Date: Thu, 23 Jan 2020 10:29:37 -0600 Subject: [PATCH] Update src/js/background/sync.js Co-Authored-By: Jonathan Kingston --- src/js/background/sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/background/sync.js b/src/js/background/sync.js index 1b72b31..d79c16b 100644 --- a/src/js/background/sync.js +++ b/src/js/background/sync.js @@ -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) {