Skip to content

Commit

Permalink
Update app.settings.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfl2007 authored Nov 8, 2024
1 parent 5a55797 commit 6d4ac4c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/settings/app.settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ export const appSettings = {

/** EVERY_DAY_AT_9AM */
any__mail_report_cronjob: {
name: 'mail_report_cronjob',
value: CronExpression.EVERY_5_MINUTES,
// value: CronExpression.EVERY_DAY_AT_9AM,
name: 'mail_report_cronjob',
value: CronExpression.EVERY_DAY_AT_9AM,
version: null,
editable: false,
settingType: SettingTypeEnum.string,
Expand Down

0 comments on commit 6d4ac4c

Please sign in to comment.