✔️ v10.0.0 Ready for final QA

pull/1200/head
Rick Carlino 2020-05-15 09:02:58 -05:00
parent ee517b2f9b
commit 88b440ee59
3 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
10.0.0-rc28
10.0.0-rc29

View File

@ -47,7 +47,6 @@ defmodule FarmbotCore.Asset.Private do
try do
result = Repo.insert_or_update!(changeset)
%FarmbotCore.Asset.Private.LocalMeta{} = result
FarmbotCore.Logger.info(3, "#mark_dirty!/2: #{result.table}##{result.id}")
result
catch
:error, %Sqlite.DbConnection.Error{

View File

@ -9,7 +9,7 @@ defmodule FarmbotOS.SysCalls.PointLookup do
def point(kind, id) do
case Asset.get_point(id: id) do
nil ->
{:error, "#{kind || "point?"} #{id} not found"}
{:error, "#{kind || "point"} #{id} not found"}
%{name: name, x: x, y: y, z: z, pointer_type: type} ->
%{