From bd766792b1e11b874d2d8d873ff8b3cd5c7c851f Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 29 Jul 2026 19:25:31 +0700 Subject: [PATCH] a --- src/application/dto/upload.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application/dto/upload.ts b/src/application/dto/upload.ts index 454568c..fb70528 100644 --- a/src/application/dto/upload.ts +++ b/src/application/dto/upload.ts @@ -1,7 +1,7 @@ /** * Input for the upload file use case. * Carries all metadata needed to persist an uploaded file, - * including its temporary location on disk and optional bucket/S3 context. + * including its temporary location on disk and optional bucket/S3 context.a */ export interface UploadInput { /** Absolute path to the temporary file on disk */