mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 01:11:32 +03:00
feat: run all jobs button
This commit is contained in:
@@ -468,7 +468,7 @@
|
||||
"api_key": []
|
||||
}
|
||||
],
|
||||
"summary": "Download flagged file file",
|
||||
"summary": "Download flagged file",
|
||||
"tags": [
|
||||
"Maintenance (admin)"
|
||||
],
|
||||
|
||||
@@ -1914,7 +1914,7 @@ export function deleteIntegrityReport({ id }: {
|
||||
}));
|
||||
}
|
||||
/**
|
||||
* Download flagged file file
|
||||
* Download flagged file
|
||||
*/
|
||||
export function getIntegrityReportFile({ id }: {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user