no
This commit is contained in:
1
main.go
1
main.go
@@ -328,6 +328,7 @@ type recordedJob struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func updateDeadJobs(jobs []broker.Job) error {
|
func updateDeadJobs(jobs []broker.Job) error {
|
||||||
|
return nil // todo fluffycat notifies on edit ew
|
||||||
db := config.Get().DB()
|
db := config.Get().DB()
|
||||||
list, err := db.List([]string{}, "sent_job_", "sent_job_}}")
|
list, err := db.List([]string{}, "sent_job_", "sent_job_}}")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user