Skip to content

Commit

Permalink
fix(all): Corrected mobile number to WhatsApp while output md.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Oct 12, 2021
1 parent 9257ac7 commit f0ad1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/basic.gblib/services/DialogKeywords.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit f0ad1ae

Please sign in to comment.