fix(basic.gblib): Using mobile instead of step on SEND FILE TO.
This commit is contained in:
parent
f93e468a59
commit
51a6d557ae
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ export class DialogKeywords {
|
||||||
*/
|
*/
|
||||||
public async sendFileTo(step, mobile, filename, caption) {
|
public async sendFileTo(step, mobile, filename, caption) {
|
||||||
GBLog.info(`BASIC: SEND FILE TO '${mobile}', filename '${filename}'.`);
|
GBLog.info(`BASIC: SEND FILE TO '${mobile}', filename '${filename}'.`);
|
||||||
return await this.internalSendFile(step, mobile, filename, caption);
|
return await this.internalSendFile(null, mobile, filename, caption);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue