fix(all): Corrected mobile number to WhatsApp while output md.

This commit is contained in:
Rodrigo Rodriguez 2021-10-12 16:37:34 -03:00
parent f0ad1aea65
commit 0fda382a43

View file

@ -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);
}
/**