Skip to content

Commit

Permalink
Update metadata RPC name.
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertoabram committed Nov 19, 2024
1 parent a643f2d commit d262de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twinleaf/src/data/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ impl DeviceDataParser {
n_reqs
};
ret.push(util::PacketBuilder::make_rpc_request(
"ndata.meta",
"data.metadata",
&make_metareq((&reqs[0..n_reqs]).to_vec()),
7855,
DeviceRoute::root(),
Expand Down

0 comments on commit d262de0

Please sign in to comment.