fix(basic.gblib): Fixes in WebAutomation.
This commit is contained in:
parent
d1b9da21ba
commit
b576b6f54d
1 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue