chore: lint

This commit is contained in:
izzy
2025-12-01 11:51:49 +00:00
parent 01f96de3e5
commit 1daf1b471f
3 changed files with 6 additions and 4 deletions

View File

@@ -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,