blank lines
This commit is contained in:
parent
a640af5ed4
commit
962d7b68ef
@ -14,10 +14,12 @@ async fn main() {
|
||||
let url = format!("{}{}", base_url, route);
|
||||
println!("{url}");
|
||||
let client = Client::new();
|
||||
|
||||
let req = client
|
||||
.get(&url)
|
||||
.query(&[("checked", "false")])
|
||||
.bearer_auth(api_token);
|
||||
|
||||
match req.send().await {
|
||||
Ok(resolved) => match resolved.status() {
|
||||
reqwest::StatusCode::OK => {
|
||||
|
Loading…
Reference in New Issue
Block a user