diff --git a/packages/basic.gblib/services/DialogKeywords.ts b/packages/basic.gblib/services/DialogKeywords.ts index f0af8213e..ea02cdb7b 100644 --- a/packages/basic.gblib/services/DialogKeywords.ts +++ b/packages/basic.gblib/services/DialogKeywords.ts @@ -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); } /**