Revert "fix error"

This reverts commit 87ca17f79b.
This commit is contained in:
Zane Schepke
2024-06-17 18:47:06 -04:00
parent 87ca17f79b
commit 69da67e4bf
-2
View File
@@ -329,8 +329,6 @@ impl Client {
.await?
};
info!(res);
parse_response(res, false).await
}