mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 06:27:34 -07:00
[API] Fix bug
This commit is contained in:
parent
118ea5c180
commit
f6353ef677
1 changed files with 3 additions and 1 deletions
|
@ -88,7 +88,9 @@ module.exports = (params, user) =>
|
|||
|
||||
// Update session
|
||||
await AuthSess.update(session._id, {
|
||||
user_id: user._id
|
||||
$set: {
|
||||
user_id: user._id
|
||||
}
|
||||
});
|
||||
|
||||
// Response
|
||||
|
|
Loading…
Reference in a new issue