feat(rebase): rebase

This commit is contained in:
Aiden Vigue
2021-02-15 13:06:51 -05:00
parent 3eb48abc14
commit 757c0fc29e

View File

@@ -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 {