From 0ba7580d461ccbdf4e0bb37dab543b43f6a4184e Mon Sep 17 00:00:00 2001 From: Ash Beitz <8304894+ashbeitz@users.noreply.github.com> Date: Tue, 23 Apr 2024 23:28:54 -0700 Subject: [PATCH] Digital Twin Graph --- samples/graph/seat_massager_provider/src/request_impl.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/graph/seat_massager_provider/src/request_impl.rs b/samples/graph/seat_massager_provider/src/request_impl.rs index 8ea2c7a5..8b1cbdef 100644 --- a/samples/graph/seat_massager_provider/src/request_impl.rs +++ b/samples/graph/seat_massager_provider/src/request_impl.rs @@ -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;