mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
fix warning
This commit is contained in:
parent
37a9bbb244
commit
8ae2ae577a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue