mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-30 09:29:58 -07:00
Fix eslint issues
This commit is contained in:
committed by
Will Greenberg
parent
97cbe62f42
commit
5e328b889b
@@ -1,12 +1,5 @@
|
||||
<script lang="ts">
|
||||
import { req } from '$lib/utils.svelte';
|
||||
import DeleteButton from './DeleteButton.svelte';
|
||||
|
||||
function confirmDelete() {
|
||||
if (window.confirm(`Permanently delete ALL recordings?`)) {
|
||||
req('POST', '/api/delete-all-recordings');
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="flex flex-row justify-end gap-2">
|
||||
|
||||
Reference in New Issue
Block a user