Remove useless comma (#634)

This commit is contained in:
Stéphane de Wit
2018-03-14 04:16:00 +01:00
committed by John Furrow
parent 4000f03018
commit fda1fa9a53
+1 -1
View File
@@ -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;