submissions-api: silence lint
This commit is contained in:
parent
b782b1ae64
commit
8dbb4517fa
@ -32,6 +32,7 @@ impl Context{
|
|||||||
self.client.get(url)
|
self.client.get(url)
|
||||||
.send().await
|
.send().await
|
||||||
}
|
}
|
||||||
|
#[cfg(feature="internal")]
|
||||||
pub async fn post_empty_body(&self,url:impl reqwest::IntoUrl)->Result<reqwest::Response,reqwest::Error>{
|
pub async fn post_empty_body(&self,url:impl reqwest::IntoUrl)->Result<reqwest::Response,reqwest::Error>{
|
||||||
self.client.post(url)
|
self.client.post(url)
|
||||||
.send().await
|
.send().await
|
||||||
|
Loading…
Reference in New Issue
Block a user