Fix console error

This commit is contained in:
Hepatica
2024-03-05 22:15:24 +01:00
parent 9b57a06c53
commit d90446fd97

View File

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