mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 09:49:32 +02:00
Fix setting hasFullVersion to false
This commit is contained in:
parent
98819fa2d5
commit
da02bbb2df
1 changed files with 1 additions and 3 deletions
|
@ -65,9 +65,7 @@ async function deleteDeprecatedPurchases ({ database, websocket }: {
|
|||
}, {
|
||||
where: {
|
||||
familyId: {
|
||||
[Sequelize.Op.in]: {
|
||||
affectedFamilyIds
|
||||
}
|
||||
[Sequelize.Op.in]: affectedFamilyIds
|
||||
}
|
||||
},
|
||||
transaction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue