Fix eslint issues

This commit is contained in:
Markus Unterwaditzer
2025-06-28 20:42:23 +02:00
committed by Will Greenberg
parent 97cbe62f42
commit 5e328b889b
9 changed files with 8 additions and 43 deletions

View File

@@ -8,12 +8,10 @@
let {
entry,
current,
i,
server_is_recording,
}: {
entry: ManifestEntry;
current: boolean;
i: number;
server_is_recording: boolean;
} = $props();