Rever format_float changes (for now)

pull/1164/head
Rick Carlino 2020-03-03 15:24:16 -06:00
parent ca54de1a7a
commit 6b4290f77c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
defmodule FarmbotCeleryScript.FormatUtil do
def format_float(nil), do: nil
# def format_float(nil), do: nil
def format_float(value) when is_integer(value) do
format_float(value / 1)