mirror of
https://codeberg.org/icewind/rss-webhook-trigger.git
synced 2026-06-03 09:54:18 +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,
|
||||
) -> FetchResponse<Vec<HubTag>, HubError> {
|
||||
let result = client
|
||||
.get(dbg!(format!(
|
||||
.get(format!(
|
||||
"https://hub.docker.com/v2/repositories/{}/{}/tags",
|
||||
user, repo
|
||||
)))
|
||||
))
|
||||
.headers(cache_headers.headers())
|
||||
.header(USER_AGENT, HeaderValue::from_static(FETCHER_USER_AGENT))
|
||||
.send()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue