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

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

View file

@ -283,7 +283,7 @@ export class GBSSR {
// Tries to find botId from URL.
const minBoot = GBServer.globals.minInstances[0];
const minBoot = GBServer.globals.minBoot;
let botId =
req.originalUrl && req.originalUrl === '/' ?
minBoot.botId :