fix(basic.gblib): Step added to SEND FILE TO.

This commit is contained in:
Rodrigo Rodriguez 2021-03-08 18:36:11 -03:00
parent 551f80bdd6
commit f40eae7b59

View file

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