From 757c0fc29e493787fb2b6c65c74852a369098207 Mon Sep 17 00:00:00 2001 From: Aiden Vigue Date: Mon, 15 Feb 2021 13:06:51 -0500 Subject: [PATCH] feat(rebase): rebase --- server/routes/auth.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/routes/auth.ts b/server/routes/auth.ts index 0e9b05739..9c4008fae 100644 --- a/server/routes/auth.ts +++ b/server/routes/auth.ts @@ -147,10 +147,7 @@ authRoutes.post('/plex', async (req, res, next) => { } }); -//Stop LGTM from alerting -// eslint-disable-next-line prettier/prettier authRoutes.post('/jellyfin', async (req, res, next) => { - //lgtm [js/missing-rate-limiting] const settings = getSettings(); const userRepository = getRepository(User); const body = req.body as {