fix(schema): use `hoconsc:union/1`

This commit is contained in:
Thales Macedo Garitezi 2023-11-14 13:38:17 -03:00 committed by Ivan Dyachkov
parent 423fb32171
commit d2cf29fae4
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ fields(ldap) ->
[ [
{method, {method,
?HOCON( ?HOCON(
?UNION([?R_REF(hash_method), ?R_REF(bind_method)]), hoconsc:union([?R_REF(hash_method), ?R_REF(bind_method)]),
#{desc => ?DESC(method)} #{desc => ?DESC(method)}
)} )}
]; ];