fix(core.gbapp): Fix on .gbdata default reference.

This commit is contained in:
Rodrigo Rodriguez 2020-06-03 21:42:17 -03:00
parent 1bf23cf4e4
commit 54ef60b4af

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`)