mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Remove unused
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user