diff --git a/packages/basic.gblib/services/DialogKeywords.ts b/packages/basic.gblib/services/DialogKeywords.ts index 7b450ae0..0eacbb06 100644 --- a/packages/basic.gblib/services/DialogKeywords.ts +++ b/packages/basic.gblib/services/DialogKeywords.ts @@ -132,8 +132,8 @@ export class DialogKeywords { * @example SEND FILE TO "+199988887777", "image.jpg" * */ - public async sendFileTo(mobile, filename, caption) { - return await this.internalSendFile(null, mobile, filename, caption); + public async sendFileTo(step, mobile, filename, caption) { + return await this.internalSendFile(step, mobile, filename, caption); } /**