Add missing right paren
This commit is contained in:
parent
f636280f10
commit
a56bd28e64
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ module Build_artifact = struct
|
||||||
|
|
||||||
let exists =
|
let exists =
|
||||||
cstruct ->! Caqti_type.bool @@
|
cstruct ->! Caqti_type.bool @@
|
||||||
"SELECT EXISTS(SELECT 1 FROM build_artifact WHERE sha256 = ?"
|
"SELECT EXISTS(SELECT 1 FROM build_artifact WHERE sha256 = ?)"
|
||||||
|
|
||||||
let add =
|
let add =
|
||||||
Caqti_type.(tup2 file (id `build)) ->. Caqti_type.unit @@
|
Caqti_type.(tup2 file (id `build)) ->. Caqti_type.unit @@
|
||||||
|
|
Loading…
Reference in a new issue