fix(basic.gblib): Fixes in WebAutomation.
This commit is contained in:
parent
d1b9da21ba
commit
b576b6f54d
1 changed files with 4 additions and 2 deletions
|
@ -776,7 +776,9 @@ export class DialogKeywords {
|
||||||
|
|
||||||
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.
|
// Retrieves the .xlsx file associated with the HEAR var AS file.xlsx.
|
||||||
|
|
||||||
let { baseUrl, client } = await GBDeployer.internalGetDriveClient(min);
|
let { baseUrl, client } = await GBDeployer.internalGetDriveClient(min);
|
||||||
|
|
Loading…
Add table
Reference in a new issue