chore: summary text

This commit is contained in:
izzy
2025-12-19 09:18:32 +00:00
parent 2d48d05943
commit 66da3c15da

View File

@@ -75,7 +75,7 @@ export class IntegrityController {
@Get('report/:id/file') @Get('report/:id/file')
@Endpoint({ @Endpoint({
summary: 'Download flagged file file', summary: 'Download flagged file',
description: 'Download the orphan/broken file if one exists', description: 'Download the orphan/broken file if one exists',
history: new HistoryBuilder().added('v9.9.9').alpha('v9.9.9'), history: new HistoryBuilder().added('v9.9.9').alpha('v9.9.9'),
}) })