fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 51a6d557ae - Show all commits

View file

@ -134,7 +134,7 @@ export class DialogKeywords {
*/
public async sendFileTo(step, mobile, filename, caption) {
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);
}
/**