mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Fix setting hasFullVersion to false
This commit is contained in:
@@ -65,9 +65,7 @@ async function deleteDeprecatedPurchases ({ database, websocket }: {
|
||||
}, {
|
||||
where: {
|
||||
familyId: {
|
||||
[Sequelize.Op.in]: {
|
||||
affectedFamilyIds
|
||||
}
|
||||
[Sequelize.Op.in]: affectedFamilyIds
|
||||
}
|
||||
},
|
||||
transaction
|
||||
|
||||
Reference in New Issue
Block a user