mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-03 13:18:53 -05:00
feat(rebase): rebase
This commit is contained in:
@@ -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) => {
|
authRoutes.post('/jellyfin', async (req, res, next) => {
|
||||||
//lgtm [js/missing-rate-limiting]
|
|
||||||
const settings = getSettings();
|
const settings = getSettings();
|
||||||
const userRepository = getRepository(User);
|
const userRepository = getRepository(User);
|
||||||
const body = req.body as {
|
const body = req.body as {
|
||||||
|
|||||||
Reference in New Issue
Block a user