Skip to content

Commit

Permalink
Remove redundant reset
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed May 16, 2024
1 parent d15d27e commit 5c52f61
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/jobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -948,10 +948,6 @@ func (j *JobUIConfig) Canonicalize() {
return
}

if j.Description == "" {
j.Description = ""
}

if len(j.Links) == 0 {
j.Links = nil
}
Expand Down

0 comments on commit 5c52f61

Please sign in to comment.