From 2377afc83540302f2f609f8e65d9931700670daf Mon Sep 17 00:00:00 2001 From: Honbra Date: Sat, 3 Feb 2024 14:47:43 +0100 Subject: [PATCH] forgor --- src/app/api/files.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,