This commit is contained in:
shoopea 2020-01-12 17:22:13 +08:00
parent 0395ea1073
commit 748bf5892b

2
job.go
View File

@ -205,7 +205,7 @@ func loadCurrentJobs() ([]Job, error) {
continue
}
b := new(bytes.Buffer)
b.ReadFrom(zb)
b.ReadFrom(zr)
payload := b.Bytes()
job := Job{