From ad567d170e97c741824bdf8ca2059ccfc74ce8ba Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Wed, 18 Jun 2025 15:29:50 +0100 Subject: [PATCH] fix: end conversation --- api/src/chat/services/bot.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/chat/services/bot.service.ts b/api/src/chat/services/bot.service.ts index e72a8c70..ca5f71d6 100644 --- a/api/src/chat/services/bot.service.ts +++ b/api/src/chat/services/bot.service.ts @@ -447,7 +447,6 @@ export class BotService { } case FlowEscape.Action.NEW_CTX: - this.eventEmitter.emit('hook:conversation:end', convo); return { nextBlock: undefined, fallback: false }; case FlowEscape.Action.REPROMPT: