mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Fix bug for histogram only query
This commit is contained in:
parent
f70c88d6b3
commit
a88a97f1b8
@ -274,6 +274,8 @@ func (r *queryResolver) JobsStatistics(ctx context.Context, filter []*model.JobF
|
||||
}
|
||||
} else {
|
||||
stats = make([]*model.JobsStatistics, 0, 1)
|
||||
stats = append(stats,
|
||||
&model.JobsStatistics{})
|
||||
}
|
||||
|
||||
if groupBy != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user