From fda1fa9a53c7326c6b3b07a3ee25bc41466786e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20de=20Wit?= Date: Wed, 14 Mar 2018 04:16:00 +0100 Subject: [PATCH] Remove useless comma (#634) --- config.template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.template.js b/config.template.js index 2471ad60..89f39ce9 100644 --- a/config.template.js +++ b/config.template.js @@ -44,7 +44,7 @@ const CONFIG = { // Configuration for SSL, if using SSL with the Flood service directly. ssl: false, sslKey: '/absolute/path/to/key/', - sslCert: '/absolute/path/to/certificate/', + sslCert: '/absolute/path/to/certificate/' }; // Do not remove the below line. module.exports = CONFIG;