Skip to content

Commit

Permalink
fix: correct keyword state topic information
Browse files Browse the repository at this point in the history
  • Loading branch information
bekirbostanci authored Jan 23, 2024
1 parent bebd6d2 commit 4a3dc45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ def _update_state_from_adapter(self, order_state: VDAOrderState):
"distance_since_last_node": order_state.state.distance_since_last_node,
"battery_state": order_state.state.battery_state,
"errors": current_errors + order_state.state.errors,
"informations": order_state.state.informations
"information": order_state.state.information
}
)

Expand Down

0 comments on commit 4a3dc45

Please sign in to comment.