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

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

View file

@ -736,7 +736,7 @@ export class GBDeployer implements IGBDeployer {
searchIndex, searchIndex,
searchIndexer searchIndexer
); );
const connectionString = GBDeployer.getConnectionStringFromInstance(instance); const connectionString = GBDeployer.getConnectionStringFromInstance(GBServer.globals.minBoot.instance);
const dsName = 'gb'; const dsName = 'gb';
// Removes any previous index. // Removes any previous index.