Skip to content

Commit

Permalink
add end conversation to action subflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khanh1902 committed Jul 6, 2024
1 parent ad1fa2f commit 5ac3e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/SubFlow.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { ComponentDialog, WaterfallDialog } = require('botbuilder-dialogs');
const { SUB_FLOW } = require('../Constant');
const { keyValueToObject } = require('../utils/utils');
const { keyValueToObject, endConversation } = require('../utils/utils');
const { getFlowById } = require('../services/proxy');
const { ERROR_MESSAGE } = process.env;

Expand Down

0 comments on commit 5ac3e4e

Please sign in to comment.