diff --git a/backend/src/controllers/HitController.ts b/backend/src/controllers/HitController.ts index 644b2bd..6a9dc81 100644 --- a/backend/src/controllers/HitController.ts +++ b/backend/src/controllers/HitController.ts @@ -135,7 +135,7 @@ export const hit = async (req: Request, res: Response): Promise => { 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 => { await sendMessageInsertInfoSLM( req, ticket, - ["atdabriu", "atdatualizou"], + ["atdabriu", "atdatualizou", "atdreabriu"], contact.id ); }