Changed name of function
swoosh Build / Check (pull_request) Successful in 31s
swoosh Build / Test Suite (pull_request) Successful in 28s
Release Tagging / release (pull_request) Successful in 1m10s
swoosh Build / Rustfmt (pull_request) Failing after 31s
swoosh Build / Clippy (pull_request) Successful in 33s
swoosh Build / build (pull_request) Successful in 33s

This commit is contained in:
2026-06-04 21:06:08 -04:00
parent eeb46dc84d
commit c9d167da8d
+1 -1
View File
@@ -1,6 +1,6 @@
pub mod types;
pub async fn popp(response: reqwest::Response) -> serde_json::Value {
pub async fn response_to_json(response: reqwest::Response) -> serde_json::Value {
match response.json().await {
Ok(json_body) => {
json_body