Fix clippy linting warnings
This commit is contained in:
parent
f3f37d9372
commit
48a8d7b6eb
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ async fn router(
|
|||
let request = client
|
||||
.post(path)
|
||||
.headers(headers.clone())
|
||||
.auth(&auth)
|
||||
.auth(auth)
|
||||
.header(CONTENT_TYPE, "application/octet-stream");
|
||||
let value = import(request, file).await?;
|
||||
Ok(DbResponse::Other(value))
|
||||
|
|
Loading…
Reference in a new issue