dbg: excessive logging - moar
Some checks failed
On_Push / lint_fmt (push) Failing after 7s
On_Push / lint_clippy (push) Failing after 8s
On_Push / test (push) Successful in 9s
On_Push / build (push) Has been skipped

This commit is contained in:
silver 2024-11-25 18:06:48 +00:00
parent 1c176d4f73
commit 867778128c
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -221,6 +221,7 @@ impl Client {
.await .await
{ {
Ok(x) => { Ok(x) => {
dbg!(&x);
match x.json::<WolvesResultSingle<WolvesUserExists>>().await { match x.json::<WolvesResultSingle<WolvesUserExists>>().await {
Ok(y) => { Ok(y) => {
// this is the only time we will get a positive response, the None at the end catches everything else // this is the only time we will get a positive response, the None at the end catches everything else