mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 11:03:09 +02:00
Fix bug
This commit is contained in:
parent
9d5a92bce6
commit
4152e59638
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export default define(meta, async (ps, user) => {
|
|||
[ps.name]: ps.value
|
||||
},
|
||||
})
|
||||
.where('id = :id', { id: user.id })
|
||||
.where('userId = :id', { id: user.id })
|
||||
.execute();
|
||||
|
||||
// Publish event
|
||||
|
|
Loading…
Reference in a new issue