mirror of
https://github.com/immich-app/immich.git
synced 2025-12-25 17:24:58 +03:00
chore: lint
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
let { data }: Props = $props();
|
||||
|
||||
let integrityReport: MaintenanceIntegrityReportSummaryResponseDto | undefined = $state(data.integrityReport);
|
||||
let integrityReport: MaintenanceIntegrityReportSummaryResponseDto = $state(data.integrityReport);
|
||||
|
||||
const TYPES: IntegrityReportType[] = [
|
||||
IntegrityReportType.OrphanFile,
|
||||
|
||||
Reference in New Issue
Block a user