Merge pull request #125 from ClusterCockpit/hotfix

Fix bug for histogram only query
This commit is contained in:
Jan Eitzinger
2023-06-09 16:09:38 +02:00
committed by GitHub

View File

@@ -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 {