fix(all): Fix answers with dialog id working again.
This commit is contained in:
parent
6b832c42b6
commit
a24648cc9f
1 changed files with 3 additions and 3 deletions
|
@ -218,6 +218,8 @@ export class GBMinService {
|
||||||
return '1'; // share a single session for now, real impl could use cookies or some other meaning for HTTP sessions
|
return '1'; // share a single session for now, real impl could use cookies or some other meaning for HTTP sessions
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GBLogEx.info(0, 'Loading General Bots API...');
|
||||||
|
|
||||||
let proxies = {};
|
let proxies = {};
|
||||||
await CollectionUtil.asyncForEach(instances, async instance => {
|
await CollectionUtil.asyncForEach(instances, async instance => {
|
||||||
const proxy = {
|
const proxy = {
|
||||||
|
@ -236,11 +238,9 @@ export class GBMinService {
|
||||||
opts
|
opts
|
||||||
);
|
);
|
||||||
|
|
||||||
GBLogEx.info(0, 'API RPC HTTP Server started.');
|
|
||||||
|
|
||||||
// Loads schedules.
|
// Loads schedules.
|
||||||
|
|
||||||
GBLog.info(`Preparing SET SCHEDULE dialog calls...`);
|
GBLog.info(`Loading SET SCHEDULE entries...`);
|
||||||
const service = new ScheduleServices();
|
const service = new ScheduleServices();
|
||||||
await service.scheduleAll();
|
await service.scheduleAll();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue