fix sup
This commit is contained in:
parent
1d35970750
commit
825ce3ed8c
@ -61,7 +61,7 @@ init([]) ->
|
|||||||
MicroServiceIds = service_model:get_all_service_ids(),
|
MicroServiceIds = service_model:get_all_service_ids(),
|
||||||
Specs = lists:map(fun(ServiceId) -> child_spec(ServiceId) end, MicroServiceIds),
|
Specs = lists:map(fun(ServiceId) -> child_spec(ServiceId) end, MicroServiceIds),
|
||||||
|
|
||||||
{ok, {SupFlags, [Specs]}}.
|
{ok, {SupFlags, Specs}}.
|
||||||
|
|
||||||
%%%===================================================================
|
%%%===================================================================
|
||||||
%%% Internal functions
|
%%% Internal functions
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user