From ec77de886b2fe567383172c0f28ca2cabae6d67f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 17 Mar 2022 11:46:04 +0100 Subject: [PATCH] Manager: remove invalid comment --- internal/manager/job_compilers/job_compilers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/manager/job_compilers/job_compilers.go b/internal/manager/job_compilers/job_compilers.go index 51e5a51f..2864387b 100644 --- a/internal/manager/job_compilers/job_compilers.go +++ b/internal/manager/job_compilers/job_compilers.go @@ -85,7 +85,7 @@ func (s *Service) Compile(ctx context.Context, sj api.SubmittedJob) (*AuthoredJo // Create an AuthoredJob from this SubmittedJob. aj := AuthoredJob{ - JobID: uuid.New().String(), // Ignore the submitted ID. + JobID: uuid.New().String(), Created: s.timeService.Now(), Name: sj.Name, JobType: sj.Type,