Fix setting hasFullVersion to false

This commit is contained in:
Jonas Lochmann 2021-11-15 01:00:00 +01:00
parent 98819fa2d5
commit da02bbb2df
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -65,9 +65,7 @@ async function deleteDeprecatedPurchases ({ database, websocket }: {
}, { }, {
where: { where: {
familyId: { familyId: {
[Sequelize.Op.in]: { [Sequelize.Op.in]: affectedFamilyIds
affectedFamilyIds
}
} }
}, },
transaction transaction