remove extraneous call

This commit is contained in:
AlecM33
2022-07-05 21:56:41 -04:00
parent be977e8823
commit 09d146f970

View File

@@ -26,7 +26,6 @@ if (process.env.NODE_ENV.trim() === 'production') {
router.use(cors(globals.CORS));
router.use((req, res, next) => {
req.accepts();
if (isAuthorized(req)) {
next();
} else {