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: