diff --git a/src/lib.rs b/src/lib.rs index 5eb887c..e1dc1f6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -222,6 +222,7 @@ impl Client { { Ok(x) => { dbg!(&x); + dbg!(&x.json()); 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