Revert "fix error"

This reverts commit dcb66576da.
This commit is contained in:
Zane Schepke
2024-06-17 18:47:24 -04:00
parent 6c84390030
commit ec734bb9d1
+1 -1
View File
@@ -520,7 +520,7 @@ where
}
if res.status().is_success() {
let text = res.text().await?;
let text = res.text()?.await;
info!("{:#?}", res);
info!("{:#?}", text);
let json: Vec<String> = serde_json::from_str(&text)?;