Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davbrican authored Jun 29, 2021
1 parent daad428 commit d0ed244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d0ed244

Please sign in to comment.