Don't need to call it actually

This commit is contained in:
Dillon Shook
2025-01-05 10:00:21 -05:00
parent 22e8074bfc
commit ce0911efff
+1 -1
View File
@@ -438,7 +438,7 @@ router.get('/goaccess/:appName/files', async function (req, res, next) {
res.send(baseApi)
})
.catch((e) => ApiStatusCodes.createCatcher(res)(e))
.catch(ApiStatusCodes.createCatcher(res))
})
router.get('/goaccess/:appName/files/:file', async function (req, res, next) {