fix(core.gbapp): Fix on .gbdata default reference.
This commit is contained in:
parent
1bf23cf4e4
commit
54ef60b4af
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class SysClass {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const botId = this.min.instance.botId;
|
const botId = this.min.instance.botId;
|
||||||
const path = `/${botId}/${botId}.gbdata`;
|
const path = `/${botId}.gbai/${botId}.gbdata`;
|
||||||
|
|
||||||
let res = await client.api(
|
let res = await client.api(
|
||||||
`https://graph.microsoft.com/v1.0/sites/${siteId}/lists/${libraryId}/drive/root:${path}:/children`)
|
`https://graph.microsoft.com/v1.0/sites/${siteId}/lists/${libraryId}/drive/root:${path}:/children`)
|
||||||
|
|
Loading…
Add table
Reference in a new issue