Skip to content

Commit

Permalink
fix(all): Fix answers with dialog id working again.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jul 25, 2023
1 parent 6b832c4 commit a24648c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core.gbapp/services/GBMinService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

GBLogEx.info(0, 'Loading General Bots API...');

let proxies = {};
await CollectionUtil.asyncForEach(instances, async instance => {
const proxy = {
Expand All @@ -236,11 +238,9 @@ export class GBMinService {
opts
);

GBLogEx.info(0, 'API RPC HTTP Server started.');

// Loads schedules.

GBLog.info(`Preparing SET SCHEDULE dialog calls...`);
GBLog.info(`Loading SET SCHEDULE entries...`);
const service = new ScheduleServices();
await service.scheduleAll();

Expand Down

0 comments on commit a24648c

Please sign in to comment.