Changed message destinatary
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-10-20 16:03:07 +02:00
parent 611e1a3802
commit 86d3e2d689
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ module.exports = Self => {
ticketUrl: `${origin}/#!/ticket/${id}/summary`, ticketUrl: `${origin}/#!/ticket/${id}/summary`,
changes: changesMade changes: changesMade
}); });
await models.Chat.send(ctx, '@joan', message); await models.Chat.sendCheckingPresence(ctx, salesPersonId, message);
} }
return res; return res;