diff --git a/cmd/server/main.go b/cmd/server/main.go index b115967..4dd9460 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -64,8 +64,8 @@ func main() { slog.Info("current time", "time", time.Now()) - gocron.Every(1).Day().At("10:17").Do(func() { - slog.Info("start cron", "time", *location) + gocron.Every(1).Day().At("09:00").Do(func() { + slog.Info("start schedule", "time", *location) var subscriptionArr []entity.Subscription