record-daemon: refactor and cleanup
This commit is contained in:
@@ -27,7 +27,7 @@ pub enum DaemonError {
|
||||
Serialization(#[from] serde_json::Error),
|
||||
|
||||
#[error("WebSocket error: {0}")]
|
||||
WebSocket(#[from] tokio_tungstenite::tungstenite::Error),
|
||||
WebSocket(#[from] Box<tokio_tungstenite::tungstenite::Error>),
|
||||
|
||||
#[error("HTTP request error: {0}")]
|
||||
Http(#[from] reqwest::Error),
|
||||
|
||||
Reference in New Issue
Block a user