diff --git a/src/lib.rs b/src/lib.rs index e1dc1f6..726e2a9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -222,7 +222,7 @@ impl Client { { Ok(x) => { dbg!(&x); - dbg!(&x.json()); + dbg!(&x.json().await); match x.json::>().await { Ok(y) => { // this is the only time we will get a positive response, the None at the end catches everything else