fix(core.gbapp): #372 fix.
This commit is contained in:
parent
9dfd3412ba
commit
49d47f6e6c
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ export class GBConversationalService {
|
|||
|
||||
public async playMarkdown(min: GBMinInstance, answer: string, channel: string, step: GBDialogStep, mobile: string) {
|
||||
const sec = new SecService();
|
||||
let user = await sec.getUserFromSystemId(step?step.context.activity.from.id:mobile);
|
||||
const user = await sec.getUserFromSystemId(mobile?mobile:step.context.activity.from.id);
|
||||
|
||||
let text = answer;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue