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