mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 17:29:05 +01:00
[API] Fix bug
This commit is contained in:
parent
118ea5c180
commit
f6353ef677
@ -88,7 +88,9 @@ module.exports = (params, user) =>
|
||||
|
||||
// Update session
|
||||
await AuthSess.update(session._id, {
|
||||
$set: {
|
||||
user_id: user._id
|
||||
}
|
||||
});
|
||||
|
||||
// Response
|
||||
|
Loading…
Reference in New Issue
Block a user