fix(basic.gblib): update ChatServices.ts #420
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue