diff --git a/main.go b/main.go index 215d15b..719fbb6 100644 --- a/main.go +++ b/main.go @@ -328,6 +328,7 @@ type recordedJob struct { } func updateDeadJobs(jobs []broker.Job) error { + return nil // todo fluffycat notifies on edit ew db := config.Get().DB() list, err := db.List([]string{}, "sent_job_", "sent_job_}}") if err != nil {