v10.0.0-rc18

pull/1200/head
Rick Carlino 2020-05-11 13:44:50 -05:00
parent 6ffbbe93d5
commit 229aa645c9
3 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
10.0.0-rc17
10.0.0-rc18

View File

@ -39,7 +39,7 @@ defmodule FarmbotCeleryScript.Compiler.UpdateResource do
MARK AS can only be used to mark resources like plants and devices.
It cannot be used on things like coordinates.
Ensure that your sequences and farm events us MARK AS on plants and not
coordinates. Tried updating #{inspect(other)} to #{inspect(update)}
coordinates (#{inspect(other)} / #{inspect(update)})
""")
end

View File

@ -267,7 +267,6 @@ defmodule FarmbotCore.Asset do
|> Enum.map(fn {k, v} -> {"#{k}", v} end)
|> Map.new()
IO.inspect(clean_params, label: "####### HMMMM")
Repo.get_by(Point, id: point.id)
|> Point.changeset(clean_params)
|> Repo.update()