This commit is contained in:
Rodrigo Rodriguez 2023-03-21 13:32:32 -03:00
commit 2fe293ec8b

View file

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