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 7028640 commit 5a55797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/settings/app.settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export const appSettings = {
/** EVERY_DAY_AT_9AM */
any__mail_report_cronjob: {
name: 'mail_report_cronjob',
value: CronExpression.EVERY_DAY_AT_9AM,
value: CronExpression.EVERY_5_MINUTES,
// value: CronExpression.EVERY_DAY_AT_9AM,
version: null,
editable: false,
settingType: SettingTypeEnum.string,
Expand Down

0 comments on commit 5a55797

Please sign in to comment.