fix(all): Corrected mobile number to WhatsApp while output md.
This commit is contained in:
parent
9257ac7271
commit
f0ad1aea65
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ export class DialogKeywords {
|
|||
*
|
||||
*/
|
||||
public async sendFile(step, filename, caption) {
|
||||
const mobile = this.userMobile(step);
|
||||
const mobile = await this.userMobile(step);
|
||||
GBLog.info(`BASIC: SEND FILE (current: ${mobile}', filename '${filename}'.`);
|
||||
return await this.internalSendFile(step, null, filename, caption);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue