Skip to content

Commit c74fc5c

Browse files
authored
Update json/jsonrpc/src/convention.rs
1 parent 1284238 commit c74fc5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

json/jsonrpc/src/convention.rs

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ pub struct Response {
104104
/// This member is REQUIRED on success.
105105
/// This member MUST NOT exist if there was an error invoking the method.
106106
/// The value of this member is determined by the method invoked on the Server.
107-
#[serde(skip_serializing_if = "Option::is_none")]
108107
pub result: Value,
109108

110109
// This member is REQUIRED on error.

0 commit comments

Comments
 (0)