From c755aa88fbdc8791afa997397789a0ee8ea714ea Mon Sep 17 00:00:00 2001 From: bel Date: Tue, 18 Jan 2022 14:41:37 -0700 Subject: [PATCH] no --- main.go | 1 + 1 file changed, 1 insertion(+) 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 {