feat: #6184 Minor change
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Guillermo Bonet 2024-01-17 14:42:38 +01:00
parent 85a0f8b323
commit a486b7f2d4
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ module.exports = Self => {
stateFk: deliveryState.id stateFk: deliveryState.id
}, myOptions); }, myOptions);
await models.Ticket.saveCmr(ticketId, myOptions); await models.Ticket.saveCmr([ticketId], myOptions);
} }
if (tx) await tx.commit(); if (tx) await tx.commit();