diff options
Diffstat (limited to 'dashboard/app')
| -rw-r--r-- | dashboard/app/jobs.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dashboard/app/jobs.go b/dashboard/app/jobs.go index 6cbd4bfc8..2567cb30e 100644 --- a/dashboard/app/jobs.go +++ b/dashboard/app/jobs.go @@ -822,7 +822,6 @@ func createJobResp(c context.Context, job *Job, jobKey *db.Key) (*dashapi.JobPol MergeBaseBranch: job.MergeBaseBranch, KernelCommit: build.KernelCommit, KernelCommitTitle: build.KernelCommitTitle, - KernelCommitDate: build.KernelCommitDate, KernelConfig: kernelConfig, SyzkallerCommit: build.SyzkallerCommit, Patch: patch, |
