mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-30 09:29:58 -07:00
run prettier
This commit is contained in:
committed by
Will Greenberg
parent
41133ba793
commit
e5c0e13d32
@@ -1,10 +1,10 @@
|
||||
<script lang="ts">
|
||||
import { req } from "$lib/utils.svelte";
|
||||
import DeleteButton from "./DeleteButton.svelte";
|
||||
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')
|
||||
req('POST', '/api/delete-all-recordings');
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user