From 66da3c15da6b8bb9136149e39c81b1dc8e4ad52d Mon Sep 17 00:00:00 2001 From: izzy Date: Fri, 19 Dec 2025 09:18:32 +0000 Subject: [PATCH] chore: summary text --- server/src/controllers/integrity.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/controllers/integrity.controller.ts b/server/src/controllers/integrity.controller.ts index 986033e672..083c8055bb 100644 --- a/server/src/controllers/integrity.controller.ts +++ b/server/src/controllers/integrity.controller.ts @@ -75,7 +75,7 @@ export class IntegrityController { @Get('report/:id/file') @Endpoint({ - summary: 'Download flagged file file', + summary: 'Download flagged file', description: 'Download the orphan/broken file if one exists', history: new HistoryBuilder().added('v9.9.9').alpha('v9.9.9'), })