mirror of
https://github.com/zoriya/flood.git
synced 2026-06-05 19:54:18 +00:00
Remove useless comma (#634)
This commit is contained in:
committed by
John Furrow
parent
4000f03018
commit
fda1fa9a53
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user