feat: add queue color to tickets list item

This commit is contained in:
canove
2021-01-11 07:22:56 -03:00
parent f642f2c788
commit 90b438025b
6 changed files with 25 additions and 24 deletions

View File

@@ -163,7 +163,7 @@ const verifyQueue = async (
options += `*${index + 1}* - ${queue.name}\n`;
});
const body = `\u200e ${greetingMessage}\n\n${options}`;
const body = `\u200e ${greetingMessage}\n${options}`;
const sentMessage = await wbot.sendMessage(`${contact.number}@c.us`, body);