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

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

View file

@ -564,7 +564,7 @@ export class GBDeployer implements IGBDeployer {
// Then all remaining generalPackages are loaded.
const instances = core.loadInstances();
const instances = await core.loadInstances();
await CollectionUtil.asyncForEach(instances, async instance => {
this.mountGBKBAssets(`{instance.botId}.gbkb`, instance.botId, `{instance.botId}.gbkb`);
});