mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-27 07:59:59 -07:00
web: more linting
This commit is contained in:
committed by
Cooper Quintin
parent
09d4328dc2
commit
b055ddc670
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user