Minor tweaks

This commit is contained in:
2019-06-01 17:31:04 +10:00
parent 3b69c4f5e1
commit 7ecf4fec93
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ let { log } = require('../common/utilities.js');
let connection;
function handleDisconnect() {
const handleDisconnect = () => {
//use the config
connection = mysql.createConnection({
host: process.env.DB_HOST,