Skip to content

Commit

Permalink
fix: attempt to get tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
geofmureithi committed Nov 22, 2024
1 parent 2d0d7fe commit 81a6d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apalis-sql/src/postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ impl<T, C: Codec> PostgresStorage<T, C> {
AND workers.worker_type = $1
ORDER BY lock_at ASC
LIMIT $2);";

sqlx::query(query)
.bind(job_type)
.bind(count)
Expand Down

0 comments on commit 81a6d69

Please sign in to comment.