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
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:
@@ -1,6 +1,6 @@
|
|||||||
pub mod types;
|
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 {
|
match response.json().await {
|
||||||
Ok(json_body) => {
|
Ok(json_body) => {
|
||||||
json_body
|
json_body
|
||||||
|
|||||||
Reference in New Issue
Block a user