[WIP] Implement growth assessment using WHO indicators #80

Draft
joao.dubas wants to merge 76 commits from jpd-feat-add-bmi-module-with-live-view into main
Showing only changes of commit 0ac434c61d - Show all commits

View File

@ -49,9 +49,10 @@ defmodule Growth.Indicators.Load do
@doc false
def start_link(_) do
Enum.map(@measure_to_score, fn {_, measure} ->
create_ets(measure)
end)
_ =
Enum.map(@measure_to_score, fn {_, measure} ->
create_ets(measure)
end)
Task.start_link(__MODULE__, :all, [])
end