Updated destinatary
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-10-20 16:05:05 +02:00
parent 8e757f391f
commit 3730bf86cc
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;