Skip to content

Commit

Permalink
fixup! DDS bulk query & remove 'id' from replies
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Feb 8, 2024
1 parent eb3e5bd commit af37d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/realdds/src/dds-device-impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ void dds_device::impl::on_notification( json && j, eprosima::fastdds::dds::Sampl
};

auto const control = j.nested( topics::reply::key::control );
auto const control_sample = control ? j.nested( topics::reply::key::sample ).get_json() : rsutils::json_ref( rsutils::missing_json );
auto const control_sample = control ? j.nested( topics::reply::key::sample ) : rsutils::json_ref( rsutils::missing_json );

try
{
Expand Down

0 comments on commit af37d70

Please sign in to comment.