! pg query rm join

This commit is contained in:
swrup 2026-01-24 06:54:33 +01:00
parent 96a047670c
commit eaf9d7cb56
2 changed files with 5 additions and 8 deletions

View file

@ -78,7 +78,7 @@ module Make (Conn : Pg.CONN) = struct
match opt with
| None ->
Fmt.error
"load_signkey error: no associated data found in database for \
"load_signkey error, no associated data found in database for \
signkey `%s`."
(Fpath.to_string fname)
| Some sk_data -> Ok sk_data