fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 250b3320a2 - Show all commits

View file

@ -1,2 +1,2 @@
[config]
command = bash ./deploy.sh
command = deploy.cmd

View file

@ -653,7 +653,7 @@ export class GBConversationalService {
await step.context.sendActivity(currentText);
} else {
GBLog.info(`Sending .MD file to mobile: ${mobile}.`);
await this.sendToMobile(min, mobile, currentText, step.context.activity.conversation.id);
await this.sendToMobile(min, mobile, currentText, null);
}
}
}