Fix bot state crashing on axis states

pull/974/head
Connor Rigby 2019-09-13 12:45:38 -07:00
parent cb16160a95
commit 47d58e74e1
No known key found for this signature in database
GPG Key ID: 29A88B24B70456E0
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ defmodule FarmbotCore.BotState do
change = %{
location_data: %{
axis_states: %{
state.location_data.axis_states | axis => to_string(axis_state)
axis => to_string(axis_state)
}
}
}