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

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

View file

@ -776,7 +776,9 @@ export class DialogKeywords {
const answer = min. cbMap[userId].promise;
if (kind === 'sheet') {
if (!kind) {
result = answer;
} else if (kind === 'sheet') {
// Retrieves the .xlsx file associated with the HEAR var AS file.xlsx.
let { baseUrl, client } = await GBDeployer.internalGetDriveClient(min);