Fix rebase issue 44/29444/1
authorScott Murray <scott.murray@konsulko.com>
Fri, 17 Nov 2023 14:56:24 +0000 (23:56 +0900)
committerScott Murray <scott.murray@konsulko.com>
Fri, 17 Nov 2023 14:58:45 +0000 (23:58 +0900)
The update of the ValClientHelper constructor arguments seems to
have been missed in a rebase of an internal change, update caller
to fix the build.

Bug-AGL: SPEC-4971

Change-Id: Ie6342bbf7bdfcd4d0945db078b5f002d2ebfccbb
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
lib/data/data_providers/vehicle_notifier.dart

index b9a543c..f94d5ab 100644 (file)
@@ -350,7 +350,7 @@ class VehicleNotifier extends StateNotifier<Vehicle> {
   }
 
   void setTemperature({required Side side, required int value}) {
-    var helper = ValClientHelper(channel: channel, stub: stub);
+    var helper = ValClientHelper(stub: stub, authorization: authorization);
     try {
       switch (side) {
         case Side.left: