Skip to content

Commit

Permalink
Digital Twin Graph
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbeitz committed Apr 24, 2024
1 parent e1bcafb commit 0ba7580
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/graph/seat_massager_provider/src/request_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ impl RequestImpl {

if (instance_json["@type"] == sdv::premium_airbag_seat_massager::ID
|| instance_json["@type"] == sdv::basic_airbag_seat_massager::ID)
&& targeted_payload.member_path
== sdv::airbag_seat_massager::perform_step::NAME
&& targeted_payload.member_path == sdv::airbag_seat_massager::perform_step::NAME
{
supported_method = true;

Expand Down

0 comments on commit 0ba7580

Please sign in to comment.