fix: end conversation

This commit is contained in:
Mohamed Marrouchi 2025-06-18 15:29:50 +01:00
parent cdfdd636de
commit ad567d170e

View File

@ -447,7 +447,6 @@ export class BotService {
} }
case FlowEscape.Action.NEW_CTX: case FlowEscape.Action.NEW_CTX:
this.eventEmitter.emit('hook:conversation:end', convo);
return { nextBlock: undefined, fallback: false }; return { nextBlock: undefined, fallback: false };
case FlowEscape.Action.REPROMPT: case FlowEscape.Action.REPROMPT: