From acd42689712d0f1d2f64b831359c94b2dd1b9c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zen=C3=A7=20Bilgili?= Date: Fri, 31 Jul 2020 11:28:47 +0300 Subject: [PATCH] Replace let with const --- js/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/config.js b/js/config.js index fd9a251..d1f4b38 100644 --- a/js/config.js +++ b/js/config.js @@ -1,4 +1,4 @@ -let CONFIG = { +const CONFIG = { /** * The category, name, key, url, search path, color, icon, and quicklaunch properties for your commands. * Icons must be added to "icons" folder and their values/names must be updated.