We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8b543 commit 9d065efCopy full SHA for 9d065ef
src/lib/components/chat/DownloadFile.svelte
@@ -29,7 +29,7 @@ import AudioPlayer from "./AudioPlayer.svelte"
29
30
31
onMount(async () => {
32
- if (!await loadFile(file))
+ await loadFile(file)
33
})
34
35
$: {
0 commit comments