mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix bug
This commit is contained in:
parent
bf19ae7950
commit
048118aec2
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…
Add table
Reference in a new issue