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

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

View file

@ -441,7 +441,7 @@ export class SystemKeywords {
*
*/
public async copyFile(src, dest) {
GBLog.info(`BASIC: COPY '${src}' to '${dest}'`);
let [baseUrl, client] = await this.internalGetDriveClient();
const botId = this.min.instance.botId;
@ -509,7 +509,7 @@ export class SystemKeywords {
*
*/
public async convert(src, dest) {
GBLog.info(`BASIC: CONVERT '${src}' to '${dest}'`);
let [baseUrl, client] = await this.internalGetDriveClient();
const botId = this.min.instance.botId;