This commit is contained in:
Connor Rigby 2017-12-28 14:46:52 -08:00 committed by Connor Rigby
parent ceb5eb4d93
commit dcabe73b0c

View file

@ -94,7 +94,7 @@ defmodule Farmbot.FarmEvent.Manager do
Logger.info 3, "Time for events: #{inspect late_events} to run at: #{now.hour}:#{now.minute}"
start_events(late_events, now)
end
exit({:success, %{new | events: late_events}})
exit({:success, %{new | events: all_events}})
end
defp do_checkup(list, time, late_events \\ [], state)