mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 14:37:06 +01:00
Remove unused
This commit is contained in:
parent
258e5bb8f6
commit
0e9953be13
@ -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) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user