From 867778128c1ef580ebfded7808bbd4e86f22903b Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 25 Nov 2024 18:06:48 +0000 Subject: [PATCH] dbg: excessive logging - moar --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) 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