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

This commit is contained in:
Rodrigo Rodriguez 2021-10-12 16:28:49 -03:00
parent 9257ac7271
commit f0ad1aea65

View file

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