fix: remove TODO from hot-config-schema.json.
This commit is contained in:
parent
267fd398a6
commit
f81eb8f62f
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue