Manager: remove invalid comment

This commit is contained in:
Sybren A. Stüvel 2022-03-17 11:46:04 +01:00
parent 517b007ae5
commit ec77de886b

View File

@ -85,7 +85,7 @@ func (s *Service) Compile(ctx context.Context, sj api.SubmittedJob) (*AuthoredJo
// Create an AuthoredJob from this SubmittedJob. // Create an AuthoredJob from this SubmittedJob.
aj := AuthoredJob{ aj := AuthoredJob{
JobID: uuid.New().String(), // Ignore the submitted ID. JobID: uuid.New().String(),
Created: s.timeService.Now(), Created: s.timeService.Now(),
Name: sj.Name, Name: sj.Name,
JobType: sj.Type, JobType: sj.Type,