Skip to content

Commit 9d065ef

Browse files
committed
Remove err check on mount
1 parent cd8b543 commit 9d065ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/chat/DownloadFile.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import AudioPlayer from "./AudioPlayer.svelte"
2929
3030
3131
onMount(async () => {
32-
if (!await loadFile(file))
32+
await loadFile(file)
3333
})
3434
3535
$: {

0 commit comments

Comments
 (0)