6755-restoreRefactor #2158

Merged
carlossa merged 20 commits from 6755-restoreRefactor into dev 2024-03-14 08:56:10 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 16fc446b85 - Show all commits

View File

@ -29,7 +29,7 @@ module.exports = Self => {
if (typeof options == 'object')
Object.assign(myOptions, options);
const ticket = await models.Ticket.findById(id, {
const ticket = await models.TicketLog.findById(id, {
fields: ['originFk', 'creationDate', 'newInstance']
}, myOptions);