ajustes slm
parent
bf7480618e
commit
d0cad92243
|
@ -135,7 +135,7 @@ export const hit = async (req: Request, res: Response): Promise<Response> => {
|
|||
await sendMessageInsertInfoSLM(
|
||||
req,
|
||||
ticket,
|
||||
["atdabriu", "atdatualizou"],
|
||||
["atdabriu", "atdatualizou", "atdreabriu"],
|
||||
contact.id
|
||||
);
|
||||
} else if (ticket.id && ticket.userId == botInfo.userIdBot) {
|
||||
|
@ -167,7 +167,7 @@ export const hit = async (req: Request, res: Response): Promise<Response> => {
|
|||
await sendMessageInsertInfoSLM(
|
||||
req,
|
||||
ticket,
|
||||
["atdabriu", "atdatualizou"],
|
||||
["atdabriu", "atdatualizou", "atdreabriu"],
|
||||
contact.id
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue