feat: run all jobs button

This commit is contained in:
izzy
2025-12-19 10:48:42 +00:00
parent d35c4f88dd
commit d4161a25f3
5 changed files with 30 additions and 8 deletions

View File

@@ -468,7 +468,7 @@
"api_key": []
}
],
"summary": "Download flagged file file",
"summary": "Download flagged file",
"tags": [
"Maintenance (admin)"
],

View File

@@ -1914,7 +1914,7 @@ export function deleteIntegrityReport({ id }: {
}));
}
/**
* Download flagged file file
* Download flagged file
*/
export function getIntegrityReportFile({ id }: {
id: string;