fix(basic.gblib): Fixes in WebAutomation.

This commit is contained in:
rodrigorodriguez 2023-03-07 12:28:45 -03:00
parent d1b9da21ba
commit b576b6f54d

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);