This is way too much time to spend on linters

This commit is contained in:
2020-08-24 04:08:11 +02:00
parent 69ebed5c7e
commit 0c880a7b4e
23 changed files with 1748 additions and 200 deletions

View File

@@ -24,7 +24,7 @@ export const getUser = async (req: express.Request) =>
export const authMiddleware: () => express.Handler = () => async (
req,
res,
_res,
next
) => {
if (req.session.userID) {