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: {
|
where: {
|
||||||
familyId: {
|
familyId: {
|
||||||
[Sequelize.Op.in]: {
|
[Sequelize.Op.in]: affectedFamilyIds
|
||||||
affectedFamilyIds
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
transaction
|
transaction
|
||||||
|
|||||||
Reference in New Issue
Block a user