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

@ -774,9 +774,11 @@ export class DialogKeywords {
await sleep(DEFAULT_HEAR_POLL_INTERVAL);
}
const answer = min.cbMap[userId].promise;
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);