fix(growth): ignore enum result explicitly
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
06b35cbceb
commit
0ac434c61d
@ -49,9 +49,10 @@ defmodule Growth.Indicators.Load do
|
|||||||
|
|
||||||
@doc false
|
@doc false
|
||||||
def start_link(_) do
|
def start_link(_) do
|
||||||
Enum.map(@measure_to_score, fn {_, measure} ->
|
_ =
|
||||||
create_ets(measure)
|
Enum.map(@measure_to_score, fn {_, measure} ->
|
||||||
end)
|
create_ets(measure)
|
||||||
|
end)
|
||||||
|
|
||||||
Task.start_link(__MODULE__, :all, [])
|
Task.start_link(__MODULE__, :all, [])
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user