Skip to content

Commit

Permalink
Fixes loadJobPipelineSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzaldysanchez committed Mar 19, 2024
1 parent 58c69df commit 47b2cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/job/orm.go
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ func loadJobPipelineSpec(tx pg.Queryer, job *Job, id *int32) error {
return nil
}
err := tx.Get(
&job.PipelineSpec,
job.PipelineSpec,
`SELECT pipeline_specs.*
FROM pipeline_specs
JOIN job_pipeline_specs ON(pipeline_specs.id = job_pipeline_specs.pipeline_spec_id)
Expand Down

0 comments on commit 47b2cf8

Please sign in to comment.