changed param
gitea/salix/1958-send_chat_with_avatar This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-12-27 09:02:37 +01:00
parent 0ece53a35e
commit d880ca2427
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ module.exports = Self => {
id: id,
url: `${origin}/#!/ticket/${id}/summary`
});
await models.Chat.sendMessage(ctx, `@joan`, message);
await models.Chat.sendMessage(ctx, `@${salesPersonUser}`, message);
}
return ticket.updateAttribute('isDeleted', true);