Rebuild GraphQL api and Swagger UI code.

This commit is contained in:
2023-02-21 18:13:16 +01:00
parent 6c0d192662
commit 60437ce264
6 changed files with 108 additions and 81 deletions

View File

@@ -895,7 +895,7 @@ func (r *JobRepository) JobsStatistics(ctx context.Context,
}
if col == "job.user" {
for id, _ := range stats {
for id := range stats {
emptyDash := "-"
name, _ := r.FindNameByUser(ctx, id)
if name != "" {