web: more linting

This commit is contained in:
Will Greenberg
2025-07-15 15:22:31 -07:00
committed by Cooper Quintin
parent 09d4328dc2
commit b055ddc670
2 changed files with 1 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ export function parse_finished_report(report_json: NewlineDeliminatedJson): Anal
} else {
rows = get_v2_rows(report_json.slice(1));
}
let statistics = get_report_stats(rows);
const statistics = get_report_stats(rows);
return {
statistics,
metadata,

View File

@@ -1,6 +1,5 @@
<script lang="ts">
import { AnalysisStatus } from '$lib/analysisManager.svelte';
import { AnalysisRowType, EventType } from '$lib/analysis.svelte';
import type { ManifestEntry } from '$lib/manifest.svelte';
let {
entry,