fix(all): Create bot working again.
This commit is contained in:
parent
eebc921fbf
commit
9852fa8cb2
1 changed files with 2 additions and 0 deletions
|
@ -230,6 +230,8 @@ export class GBAdminService implements IGBAdminService {
|
||||||
const minBoot = GBServer.globals.minBoot;
|
const minBoot = GBServer.globals.minBoot;
|
||||||
instanceId = minBoot.instance.instanceId;
|
instanceId = minBoot.instance.instanceId;
|
||||||
}
|
}
|
||||||
|
GBLog.info(`Acquiring token for instanceId: ${instanceId} (root: ${root}).`);
|
||||||
|
|
||||||
let expiresOnV;
|
let expiresOnV;
|
||||||
try {
|
try {
|
||||||
expiresOnV = await this.getValue(instanceId, 'expiresOn');
|
expiresOnV = await this.getValue(instanceId, 'expiresOn');
|
||||||
|
|
Loading…
Add table
Reference in a new issue