record-daemon: refactor and cleanup

This commit is contained in:
2026-03-21 00:05:46 +01:00
parent 1166424c29
commit 03e36d0f1b
12 changed files with 140 additions and 139 deletions

View File

@@ -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),