Skip to content

Commit

Permalink
fix(basic.gblib): TALK TO bug after conversationId update.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jan 6, 2022
1 parent d8e950c commit 250b332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .deployment
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[config]
command = bash ./deploy.sh
command = deploy.cmd
2 changes: 1 addition & 1 deletion packages/core.gbapp/services/GBConversationalService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}
Expand Down

0 comments on commit 250b332

Please sign in to comment.