Define folders

This commit is contained in:
Melon 2023-11-20 00:32:32 +00:00
parent d20affdf35
commit a0ed3bda92
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -11,7 +11,7 @@
Name: string;
}
let folders: FolderValue[];
let folders: FolderValue[] = [];
function connectWS() {
mainWS = new WebSocket("wss://api.1f349.com/v1/lotus/imap");