Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Jun 7, 2024
1 parent 6569a1e commit 1f52905
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src-tauri/src/websocket/client.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
use super::server::WebsocketRequest;
use crate::settings::{get_settings, Settings};
use futures_util::SinkExt;
use log::{debug, info};
use serde_json::json;
use std::str::FromStr;
use tokio_websockets::{ClientBuilder, Message};

use crate::{
settings::{get_settings, Settings},
websocket::WebsocketRequest,
};

pub struct WebSocketClient {
pub settings: Settings,
}
Expand Down

0 comments on commit 1f52905

Please sign in to comment.