From bdae68be35aa5305dc84e349132245fdfb6de8db Mon Sep 17 00:00:00 2001 From: Official Noob <31563761+OfficialNoob@users.noreply.github.com> Date: Mon, 6 Jan 2020 18:56:37 +0000 Subject: [PATCH] () => --- SB.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SB.js b/SB.js index 62fe058f..9d7ee95b 100644 --- a/SB.js +++ b/SB.js @@ -19,7 +19,7 @@ function configProxy() { return new Proxy({}, handler); } -fetchConfig = _ => new Promise(function(resolve, reject) { +fetchConfig = () => new Promise((resolve, reject) => { chrome.storage.sync.get(null, function(items) { SB.localconfig = items; // Data is ready resolve();