From b87b9d589aa630e52cfcc6bc28a00c567c823f8f Mon Sep 17 00:00:00 2001 From: plane000 Date: Mon, 22 Oct 2018 14:56:37 +0100 Subject: [PATCH] Const --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index d4f87bf..45cae21 100644 --- a/src/index.js +++ b/src/index.js @@ -11,7 +11,7 @@ async function init() { Logger.init(); Logger.SetLevel(Logger.VERBOSE_LOGS); - let config = new Config(); + const config = new Config(); config.load(); await Database.init();