fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 7d00bf17de - Show all commits

View file

@ -320,7 +320,7 @@ export class SystemKeywords {
}
await browser.close();
return [url, localName];
return {url, localName};
}
public async asPDF({ pid, data }) {