mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 12:48:45 -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) => {
|
||||
//lgtm [js/missing-rate-limiting]
|
||||
const settings = getSettings();
|
||||
const userRepository = getRepository(User);
|
||||
const body = req.body as {
|
||||
|
||||
Reference in New Issue
Block a user