Skip to content

Commit

Permalink
Don't need to call it actually
Browse files Browse the repository at this point in the history
  • Loading branch information
dshook committed Jan 5, 2025
1 parent 22e8074 commit ce0911e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/user/system/SystemRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ce0911e

Please sign in to comment.