From daad428b94ba233e9bf8ce12bded6e96cca6164e Mon Sep 17 00:00:00 2001 From: davbrican <72500941+davbrican@users.noreply.github.com> Date: Tue, 29 Jun 2021 13:25:01 +0200 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7327ddf..01f42f3 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ const consumer = require("./consumer.js"); const socket = require("socket.io"); const Logger = require("./logger.js"); -// Global utility constants +//Global utility constants const PORT = process.env.PORT || 3000; dbConnect().then(