From a0ed3bda92fd246293435da197af8e1aee3a6d29 Mon Sep 17 00:00:00 2001 From: MrMelon54 Date: Mon, 20 Nov 2023 00:32:32 +0000 Subject: [PATCH] Define folders --- src/App.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index 7e951a4..c0bc0fa 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -11,7 +11,7 @@ Name: string; } - let folders: FolderValue[]; + let folders: FolderValue[] = []; function connectWS() { mainWS = new WebSocket("wss://api.1f349.com/v1/lotus/imap");