diff --git a/.deployment b/.deployment index 433eef9a..db5488a1 100644 --- a/.deployment +++ b/.deployment @@ -1,2 +1,2 @@ [config] -command = bash ./deploy.sh \ No newline at end of file +command = deploy.cmd \ No newline at end of file diff --git a/packages/core.gbapp/services/GBConversationalService.ts b/packages/core.gbapp/services/GBConversationalService.ts index d7b0c02e..4bb12587 100644 --- a/packages/core.gbapp/services/GBConversationalService.ts +++ b/packages/core.gbapp/services/GBConversationalService.ts @@ -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); } } }