diff --git a/scripts/secretariat.js b/scripts/secretariat.js index 7a3a577..a8805a5 100644 --- a/scripts/secretariat.js +++ b/scripts/secretariat.js @@ -22,7 +22,7 @@ export function read(prefname, cloud = false) { chrome.storage.local.get(null, (database) => {pref_data = database[prefname];}); }; } else { - // You can get everything if you'd like. + // You can get everything if you'd like. if (cloud) { chrome.storage.sync.get(null, (database) => {pref_data = database}); } else {