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