ajustes slm
parent
bf7480618e
commit
d0cad92243
|
@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue