Skip to content

Commit

Permalink
test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kayprogrammer committed Dec 23, 2024
1 parent 92f25d3 commit 66efe5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func SetupWorker(db *gorm.DB, redisUrl string) {
}

func RunWithTicker(cfg config.Config, db *gorm.DB, redisClient *asynq.Client) {
ticker := time.NewTicker(time.Duration(cfg.ReminderCronHours) * time.Hour)
ticker := time.NewTicker(time.Duration(cfg.ReminderCronHours) * time.Hou)

// Run the job every 2 weeks
go func() {
Expand Down

0 comments on commit 66efe5c

Please sign in to comment.