Skip to content

Commit

Permalink
fix sql query (#437)
Browse files Browse the repository at this point in the history
Co-authored-by: Timo Huber <[email protected]>
  • Loading branch information
timohuber and Timo Huber authored Sep 16, 2024
1 parent 97f05b1 commit 005514b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pool/pool_queue/repo_mapping.ml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ let find_related_request entity =
SELECT %{Pool_common.Id.sql_select_fragment ~field:"entity_uuid"}
FROM pool_queue_jobs_mapping
%{joins}
WHERE queue_job_uuid = %{Entity.Id.sql_value_fragment "?"}
WHERE queue_uuid = %{Entity.Id.sql_value_fragment "?"}
|sql}]
|> Repo_entity.Id.t ->? Pool_common.Repo.Id.t
;;
Expand Down

0 comments on commit 005514b

Please sign in to comment.