Skip to content

Commit 8f19c58

Browse files
committed
Oops
1 parent 007ca06 commit 8f19c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sql/completeJob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export async function completeJob(
3434
text: `\
3535
with j as (
3636
delete from ${escapedWorkerSchema}._private_jobs as jobs
37-
from unnest($1::bigint[]) n(n)
37+
using unnest($1::bigint[]) n(n)
3838
where id = n
3939
returning *
4040
)

0 commit comments

Comments
 (0)