From 6685951d3c1def2f75266ebe1e9456186c3bf5a5 Mon Sep 17 00:00:00 2001 From: moitrois <55643188+moitrois@users.noreply.github.com> Date: Sun, 24 Oct 2021 16:27:10 -0400 Subject: [PATCH] changed END_HOUR to 7 --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index d247de8..ed49914 100644 --- a/server.js +++ b/server.js @@ -16,7 +16,7 @@ const auth = require('./auth/auth'); const adminRoutes = require('./routes/adminRoutes'); const START_HOUR = 19; -const END_HOUR = 2; +const END_HOUR = 7; /////////////////////////////////////////////////////////////////////// // Passport Config