Skip to content

Commit

Permalink
Merge pull request #84 from maiste/fix/issue-82
Browse files Browse the repository at this point in the history
core: fix issue#82
  • Loading branch information
maiste committed Aug 15, 2022
2 parents ab57350 + 66fe733 commit 0391912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equinoxe/equinoxe.ml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module Make (T : Terminus.S) : API with type 'a io = 'a T.io = struct
with Not_found ->
raise
(Ezjsonm.Parse_error
(`String field, Format.sprintf "access: field %s not found" field))
(json, Format.sprintf "access: field %s not found" field))

let fail_with_parsing ~name ~err ~json v =
let msg =
Expand Down

0 comments on commit 0391912

Please sign in to comment.