wip(growth): add fix note on convert/3 method
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
João Paulo Dubas 2024-06-04 23:56:27 +00:00
parent 9c8e1d20ee
commit 8be9fa38bb
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -249,6 +249,7 @@ defmodule Growth.Indicators.Download do
@common_header ~w(source gender age_unit age l m s sd3neg sd2neg sd1neg sd0 sd1 sd2 sd3)
# FIX: (jpd) weight for lenght/height does not have an age in the header row
def convert([header | rows], gender, url) do
age_unit = header |> hd() |> String.downcase()