From c20b67d11f0f1d3695647947942155f77330fe17 Mon Sep 17 00:00:00 2001 From: Official Noob <31563761+OfficialNoob@users.noreply.github.com> Date: Mon, 6 Jan 2020 21:20:22 +0000 Subject: [PATCH] Fixed syntax --- SB.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SB.js b/SB.js index a82dc07a..c1085db0 100644 --- a/SB.js +++ b/SB.js @@ -28,7 +28,7 @@ fetchConfig = () => new Promise((resolve, reject) => { function migrate() { // Convert sponsorTimes format for (key in SB.localconfig) { - if (key.startsWith("sponsorTimes") && key !== "sponsorTimes")) { + if (key.startsWith("sponsorTimes") && key !== "sponsorTimes") { SB.config.sponsorTimes.set(key.substr(12), SB.config[key]); delete SB.config[key]; }