Remove unused

This commit is contained in:
jeffvli 2022-11-12 01:22:44 -08:00
parent 258e5bb8f6
commit 0e9953be13

View File

@ -75,7 +75,6 @@ passport.use(
where: { id: jwt_payload.id }, where: { id: jwt_payload.id },
}) })
.then((user) => { .then((user) => {
// eslint-disable-next-line promise/no-callback-in-promise
return done(null, user); return done(null, user);
}) })
.catch((err) => { .catch((err) => {