fix(ldap): make elvis happy

This commit is contained in:
firest 2023-08-02 11:02:02 +08:00
parent b2f3ac9967
commit 9bb5c9de33
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ do_ldap_query(
#{result => Result}
),
{ok, Result#eldap_search_result.entries};
{error, noSuchObject} ->
{error, 'noSuchObject'} ->
{ok, []};
{error, Reason} ->
?SLOG(