We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ab9bf commit 9bf5da6Copy full SHA for 9bf5da6
src/agent-client-protocol/src/rpc.rs
@@ -230,7 +230,7 @@ where
230
} else {
231
broadcast.incoming_response(id, Ok(None));
232
233
- let result = (pending_response.deserialize)(&RawValue::from_string("null".into()).unwrap());
+ let result = (pending_response.deserialize)(RawValue::NULL);
234
pending_response.respond.send(result).ok();
235
}
236
0 commit comments