diff --git a/src/app/api/files.rs b/src/app/api/files.rs index d720777..2eb06f1 100644 --- a/src/app/api/files.rs +++ b/src/app/api/files.rs @@ -29,7 +29,7 @@ struct UploadedFile { hash: String, } -#[instrument(skip(body))] +#[instrument(skip(_db, body))] async fn upload_file( State(_db): State, body: BodyStream,