Fix Rust compile

This commit is contained in:
Andras Schmelczer 2026-03-28 10:59:51 +00:00
parent 9233a4f314
commit 7b9287ca52
5 changed files with 10 additions and 10 deletions

View file

@ -70,7 +70,6 @@ pub struct WebSocketVaultUpdate {
pub enum WebSocketClientMessage {
Handshake(WebSocketHandshake),
CursorPositions(CursorPositionFromClient),
Ping {},
}
#[derive(TS, Serialize, Clone, Debug)]