From 5c52f61571d2c7f03a863a1c599b2276e36ef4d9 Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Thu, 16 May 2024 10:32:40 -0400 Subject: [PATCH] Remove redundant reset --- api/jobs.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/jobs.go b/api/jobs.go index 0a2eb23478d..8ac8555f56f 100644 --- a/api/jobs.go +++ b/api/jobs.go @@ -948,10 +948,6 @@ func (j *JobUIConfig) Canonicalize() { return } - if j.Description == "" { - j.Description = "" - } - if len(j.Links) == 0 { j.Links = nil }