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

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

View file

@ -234,7 +234,7 @@ export class GBDeployer implements IGBDeployer {
instance.marketplacePassword = await service.createApplicationSecret(accessToken, (application as any).id);
instance.adminPass = GBAdminService.getRndPassword();
instance.title = botId;
instance.activationCode = instance.botId;
instance.activationCode = instance.botId.substring(0,15);
instance.state = 'active';
instance.nlpScore = 0.8;
instance.searchScore = 0.25;