mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 05:19:05 +01:00
change array init to empty array
This commit is contained in:
parent
69f8a34aac
commit
baa7367ebe
@ -55,7 +55,7 @@ func RegisterFootprintWorker() {
|
||||
continue
|
||||
}
|
||||
|
||||
pendingStatements := make([]sq.UpdateBuilder, len(jobs))
|
||||
pendingStatements := []sq.UpdateBuilder{}
|
||||
|
||||
for _, job := range jobs {
|
||||
log.Debugf("Try job %d", job.JobID)
|
||||
|
Loading…
Reference in New Issue
Block a user