fix: setDeleted
gitea/salix/pipeline/pr-master This commit looks good
Details
gitea/salix/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
ccaf56f842
commit
838b8f541f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue