Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Nov 15, 2024
1 parent d0d77fd commit 8573550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export function makeAddJobs(
`
select * from ${escapedWorkerSchema}.add_jobs(
array(
json_populate_recordset(
select json_populate_recordset(
null::${escapedWorkerSchema}.job_spec,
$1::json
)
Expand Down

0 comments on commit 8573550

Please sign in to comment.