@@ -50,7 +50,7 @@ func ScheduleRun(c *cron.Cron, serverCtx *svc.ServiceContext) {
//})
contactForm := NewCronTask(context.Background(), serverCtx)
- c.AddFunc("1 0 * * *", func() {
+ c.AddFunc("0 0 * * *", func() {
contactForm.analyze()
})