mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-07-26 08:16:08 +00:00
frontend cleanup
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
let files: FileDTO[] = $state([])
|
||||
|
||||
async function downloadFile(file: FileDTO) {
|
||||
// @ts-ignore
|
||||
const f = new File([file.contents], file.name, {
|
||||
type: file.type,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user