mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
fix(auth): remove unnecessary assignment of profileUser variable
This commit is contained in:
@@ -570,8 +570,6 @@ authRoutes.post('/plex/profile/select', async (req, res, next) => {
|
||||
matchingUserId: matchingUser.id,
|
||||
});
|
||||
|
||||
profileUser = matchingUser;
|
||||
|
||||
if (req.session) {
|
||||
req.session.userId = matchingUser.id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user