mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 12:51:40 +02:00
change array init to empty array
This commit is contained in:
@@ -55,7 +55,7 @@ func RegisterFootprintWorker() {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
pendingStatements := make([]sq.UpdateBuilder, len(jobs))
|
pendingStatements := []sq.UpdateBuilder{}
|
||||||
|
|
||||||
for _, job := range jobs {
|
for _, job := range jobs {
|
||||||
log.Debugf("Try job %d", job.JobID)
|
log.Debugf("Try job %d", job.JobID)
|
||||||
|
Reference in New Issue
Block a user