fix(all): Create bot working again.
This commit is contained in:
parent
0f1acf6646
commit
9e498956f8
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ export class ProfileDialog extends IGBDialog {
|
|||
async step => {
|
||||
step.activeDialog.state.options = step.options;
|
||||
const locale = step.context.activity.locale;
|
||||
const from = step.activeDialog.state.options.mobile;
|
||||
const from = step.activeDialog.state.options.mobile.replace ('+', '');
|
||||
if (min.whatsAppDirectLine) {
|
||||
await min.whatsAppDirectLine.sendToDevice(
|
||||
from,
|
||||
|
|
Loading…
Add table
Reference in a new issue