fix warning

This commit is contained in:
Simon Cruanes 2022-10-03 12:43:37 -04:00
parent 37a9bbb244
commit 8ae2ae577a
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -22,7 +22,7 @@ let run () =
in
let* () = Lwt_unix.sleep !sleep_outer in
let module C = (val mk_client ~scope) in
let* res, body =
let* _res, body =
C.get (Uri.of_string "https://enec1hql02hz.x.pipedream.net")
in
let* () = Cohttp_lwt.Body.drain_body body in