chore(growth): add default value for results
This commit is contained in:
parent
c175c3edfd
commit
28f0546bcb
@ -94,7 +94,8 @@ defmodule Growth do
|
||||
%__MODULE__{
|
||||
name: name,
|
||||
gender: gender,
|
||||
date_of_birth: date_of_birth
|
||||
date_of_birth: date_of_birth,
|
||||
results: []
|
||||
},
|
||||
fn {key, default_value}, measurement ->
|
||||
opts
|
||||
|
Loading…
x
Reference in New Issue
Block a user