Skip to content

Commit 6631d23

Browse files
committed
Put back json_cast
1 parent 8df4594 commit 6631d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agent-client-protocol-core/src/jsonrpc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2740,7 +2740,7 @@ impl UntypedMessage {
27402740
let Self { method, params } = self;
27412741
Ok(jsonrpcmsg::Request::new_v2(
27422742
method,
2743-
crate::util::json_cast_params(params)?,
2743+
crate::util::json_cast(params)?,
27442744
id,
27452745
))
27462746
}

0 commit comments

Comments
 (0)