From bc9724a929f1010e85925cad4bf55f058dca3498 Mon Sep 17 00:00:00 2001 From: Josias Maceda Date: Tue, 9 Sep 2025 13:54:53 -0300 Subject: [PATCH 1/2] fix: remove abort process when status is paused, allowing the chatbot return after the time expires and after being paused due to human interaction (stopBotFromMe) --- src/api/integrations/chatbot/base-chatbot.controller.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/api/integrations/chatbot/base-chatbot.controller.ts b/src/api/integrations/chatbot/base-chatbot.controller.ts index 3a472cd8..0439a6f6 100644 --- a/src/api/integrations/chatbot/base-chatbot.controller.ts +++ b/src/api/integrations/chatbot/base-chatbot.controller.ts @@ -878,13 +878,7 @@ export abstract class BaseChatbotController Date: Tue, 9 Sep 2025 14:19:54 -0300 Subject: [PATCH 2/2] fix: lint with npm run lint --- src/api/integrations/chatbot/base-chatbot.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/integrations/chatbot/base-chatbot.controller.ts b/src/api/integrations/chatbot/base-chatbot.controller.ts index 0439a6f6..05a45beb 100644 --- a/src/api/integrations/chatbot/base-chatbot.controller.ts +++ b/src/api/integrations/chatbot/base-chatbot.controller.ts @@ -878,7 +878,7 @@ export abstract class BaseChatbotController