mirror of
https://codeberg.org/icewind/rss-webhook-trigger.git
synced 2026-06-03 18:04:09 +02:00
remove debug
This commit is contained in:
parent
c325eaba62
commit
bc3731e2b7
1 changed files with 2 additions and 2 deletions
|
|
@ -15,10 +15,10 @@ pub async fn tags(
|
||||||
cache_headers: &CacheHeaders,
|
cache_headers: &CacheHeaders,
|
||||||
) -> FetchResponse<Vec<HubTag>, HubError> {
|
) -> FetchResponse<Vec<HubTag>, HubError> {
|
||||||
let result = client
|
let result = client
|
||||||
.get(dbg!(format!(
|
.get(format!(
|
||||||
"https://hub.docker.com/v2/repositories/{}/{}/tags",
|
"https://hub.docker.com/v2/repositories/{}/{}/tags",
|
||||||
user, repo
|
user, repo
|
||||||
)))
|
))
|
||||||
.headers(cache_headers.headers())
|
.headers(cache_headers.headers())
|
||||||
.header(USER_AGENT, HeaderValue::from_static(FETCHER_USER_AGENT))
|
.header(USER_AGENT, HeaderValue::from_static(FETCHER_USER_AGENT))
|
||||||
.send()
|
.send()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue