add void for error catch handeling

This commit is contained in:
Hepatica
2024-03-05 22:21:35 +01:00
parent d90446fd97
commit 0be8261b6b

View File

@@ -41,7 +41,7 @@ export function ConnectToChat() {
}
} catch (error) {
console.error('WebSocket Error:', error);
void(error);
}
};