From 4c473bf53459e05cfa300292cf1c744f96f1c00b Mon Sep 17 00:00:00 2001 From: Arav Narula Date: Sun, 12 Oct 2025 01:06:20 -0400 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index cefbc45..bd9064c 100644 --- a/index.js +++ b/index.js @@ -390,7 +390,7 @@ app.start(process.env.PORT || 3001).then(async () => { /* DEVELOPMENT UTILITIES (uncomment to use) */ const { setupCaveChannel } = require('./setup/cave-channel') - // await setupCaveChannel(app) + await setupCaveChannel(app) }) setInterval(async function () {