1
0
Fork 0
This commit is contained in:
Honbra 2024-02-03 14:47:43 +01:00
parent 645c7f2d98
commit 2377afc835
Signed by: honbra
GPG key ID: B61CC9ADABE2D952

View file

@ -29,7 +29,7 @@ struct UploadedFile {
hash: String, hash: String,
} }
#[instrument(skip(body))] #[instrument(skip(_db, body))]
async fn upload_file( async fn upload_file(
State(_db): State<PgPool>, State(_db): State<PgPool>,
body: BodyStream, body: BodyStream,