Skip to content

Commit

Permalink
campaign maintanence
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Dec 15, 2024
1 parent c2808a6 commit 1799f06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/features/analytic/analytic.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ export class AnalyticController {
childrenList: any;
};
const data = config().dataCache.fetchChildrenEcosystem();
console.log('datafff');
console.log(data);

if (!data || daysDifference(data.created, new Date()) > 1) {
result = await this.analyticService.getChildrenEcosystemAnalytic();
Expand Down
2 changes: 1 addition & 1 deletion src/features/schedule/schedule.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class ScheduleService {
this.logger.debug(
'Sending user Campaigns at 01:00 PM, only on Thursdays',
);
await this.campaignService.sendUserMonthlyCampaigns();
// await this.campaignService.sendUserMonthlyCampaigns();
}
}

Expand Down

0 comments on commit 1799f06

Please sign in to comment.