From c0e1f9ef0f4f69993122067edb2bd1135c472104 Mon Sep 17 00:00:00 2001 From: moitrois <55643188+moitrois@users.noreply.github.com> Date: Mon, 11 Oct 2021 15:31:52 -0400 Subject: [PATCH] change operating hours to 7-7 line 19 --- 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