fix(basic.gblib): update ChatServices.ts #420
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ export class SystemKeywords {
|
|||
}
|
||||
|
||||
await browser.close();
|
||||
return [url, localName];
|
||||
return {url, localName};
|
||||
}
|
||||
|
||||
public async asPDF({ pid, data }) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue