Skip to content

Commit

Permalink
fixed typo in the query
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchacz-cll committed Dec 13, 2024
1 parent aac3327 commit 3ce0f45
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 @@ -782,7 +782,7 @@ func (o *orm) DeleteJob(ctx context.Context, id int32, jobType Type) error {
if len(q) > 0 {
query += fmt.Sprintf(`deleted_specific_specs AS (
%s
),)`, q)
),`, q)
}
query += `
deleted_job_pipeline_specs AS (
Expand Down

0 comments on commit 3ce0f45

Please sign in to comment.