fix(growth): measure for subscapular skinfold

This commit is contained in:
João Paulo Dubas 2024-06-11 12:01:25 +00:00
parent 79aec9f7e5
commit c14a26a184
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -13,6 +13,6 @@ defmodule Growth.Score.SubscapularSkinfold do
Name of the measurement used in subscapular skinfold indicator.
"""
def measure_name do
:subscapular_circumference
:subscapular_skinfold
end
end