master
parent
b451ed93bf
commit
c755aa88fb
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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue