From d0cad9224323703a3a2fbf0858b390cb7ffefa5d Mon Sep 17 00:00:00 2001 From: adriano Date: Tue, 25 Jul 2023 17:23:19 -0300 Subject: [PATCH] ajustes slm --- backend/src/controllers/HitController.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ); }