fix: remove TODO from hot-config-schema.json.

This commit is contained in:
Zhongwen Deng 2022-03-21 11:16:18 +08:00
parent 267fd398a6
commit f81eb8f62f
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ trans_desc(Init, Hocon, Func, Name) ->
Spec1 = Spec0#{label => Name}, Spec1 = Spec0#{label => Name},
case Spec1 of case Spec1 of
#{description := _} -> Spec1; #{description := _} -> Spec1;
_ -> Spec1#{description => <<"TODO(Rquired description): ", Name/binary>>} _ -> Spec1#{description => <<Name/binary, " Description">>}
end end
end. end.