This commit is contained in:
anlicheng 2025-05-08 11:27:50 +08:00
parent 1d35970750
commit 825ce3ed8c

View File

@ -61,7 +61,7 @@ init([]) ->
MicroServiceIds = service_model:get_all_service_ids(),
Specs = lists:map(fun(ServiceId) -> child_spec(ServiceId) end, MicroServiceIds),
{ok, {SupFlags, [Specs]}}.
{ok, {SupFlags, Specs}}.
%%%===================================================================
%%% Internal functions