fix(core.gbapp:using direct prop from singleton)
This commit is contained in:
parent
56b687792b
commit
df3bcd5f6c
1 changed files with 1 additions and 1 deletions
|
@ -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 :
|
||||
|
|
Loading…
Add table
Reference in a new issue