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

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

View file

@ -109,7 +109,7 @@ class SysClass {
}
});
const botId = this.min.instance.botId;
const path = `/${botId}/${botId}.gbdata`;
const path = `/${botId}.gbai/${botId}.gbdata`;
let res = await client.api(
`https://graph.microsoft.com/v1.0/sites/${siteId}/lists/${libraryId}/drive/root:${path}:/children`)