Fix: Rename unused jsonrpc field to _jsonrpc to silence warning
All checks were successful
Smoke tests / Build and smoke test (push) Successful in 1m1s

This commit is contained in:
AI Agent
2026-03-17 10:14:31 -06:00
parent df757ba37d
commit 2e1794b799

View File

@@ -11,7 +11,7 @@ use crate::commands;
#[derive(Deserialize)] #[derive(Deserialize)]
struct JsonRpcRequest { struct JsonRpcRequest {
jsonrpc: String, _jsonrpc: String,
method: String, method: String,
params: Option<serde_json::Value>, params: Option<serde_json::Value>,
id: Option<serde_json::Value>, id: Option<serde_json::Value>,