Manager: remove invalid comment
This commit is contained in:
parent
517b007ae5
commit
ec77de886b
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user