fix: setDeleted
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-09-11 08:45:00 +02:00
parent ccaf56f842
commit 838b8f541f
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ module.exports = Self => {
id: id,
url: `${url}ticket/${id}/summary`
});
await models.Chat.sendCheckingPresence(ctx, `${salesPersonUser.id}`, message);
await models.Chat.sendCheckingPresence(ctx, salesPersonUser.id, message);
}
const updatedTicket = await ticket.updateAttribute('isDeleted', true, myOptions);