fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit c7e51335d5 - Show all commits

View file

@ -125,7 +125,7 @@ export class ScheduleServices extends GBService {
} }
private ScheduleItem(item: GuaribasSchedule, min: GBMinInstance) { private ScheduleItem(item: GuaribasSchedule, min: GBMinInstance) {
GBLog.info(`\nScheduling ${item.name} on ${min.botId}...`); GBLog.info(`Scheduling ${item.name} on ${min.botId}...`);
try { try {
const options = { const options = {
scheduled: true, scheduled: true,