ajustes slm

pull/20/head
adriano 2023-07-25 17:23:19 -03:00
parent bf7480618e
commit d0cad92243
1 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ export const hit = async (req: Request, res: Response): Promise<Response> => {
await sendMessageInsertInfoSLM( await sendMessageInsertInfoSLM(
req, req,
ticket, ticket,
["atdabriu", "atdatualizou"], ["atdabriu", "atdatualizou", "atdreabriu"],
contact.id contact.id
); );
} else if (ticket.id && ticket.userId == botInfo.userIdBot) { } else if (ticket.id && ticket.userId == botInfo.userIdBot) {
@ -167,7 +167,7 @@ export const hit = async (req: Request, res: Response): Promise<Response> => {
await sendMessageInsertInfoSLM( await sendMessageInsertInfoSLM(
req, req,
ticket, ticket,
["atdabriu", "atdatualizou"], ["atdabriu", "atdatualizou", "atdreabriu"],
contact.id contact.id
); );
} }