From d0ed244b3864cc53ecc3c2be4f8f21c38cf9dae0 Mon Sep 17 00:00:00 2001 From: davbrican <72500941+davbrican@users.noreply.github.com> Date: Tue, 29 Jun 2021 13:25:23 +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 01f42f3..7327ddf 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(