new(basic.gblib): SET CONTEXT new keyword.
This commit is contained in:
parent
e8051f59ad
commit
0e2586ba0c
1 changed files with 2 additions and 2 deletions
|
@ -2676,8 +2676,8 @@ export class SystemKeywords {
|
|||
let template = await this.internalGetDocument(client, baseUrl, path, file);
|
||||
let url = template['@microsoft.graph.downloadUrl'];
|
||||
const res = await fetch(url);
|
||||
let data: any = Buffer.from(await res.arrayBuffer());
|
||||
|
||||
let buf: any = Buffer.from(await res.arrayBuffer());
|
||||
const data = new Uint8Array(buf);
|
||||
const pdf = await getDocument({ data }).promise;
|
||||
let pages = []
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue