removed old code
This commit is contained in:
parent
e3865da563
commit
7d9cc21b6e
@ -33,7 +33,6 @@ impl Ghcr {
|
|||||||
.header(reqwest::header::AUTHORIZATION, format!("Bearer {}", token))
|
.header(reqwest::header::AUTHORIZATION, format!("Bearer {}", token))
|
||||||
.send()
|
.send()
|
||||||
{
|
{
|
||||||
// let response = match reqwest::blocking::get(url) {
|
|
||||||
Ok(result) => result,
|
Ok(result) => result,
|
||||||
Err(e) => return Err(Error::Fetching(format!("reqwest error: {}", e))),
|
Err(e) => return Err(Error::Fetching(format!("reqwest error: {}", e))),
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user