1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

Fix last commit

This commit is contained in:
Paweł Chmielowski 2025-03-26 13:03:41 +01:00
parent 6f9f4b3635
commit 9c92fcc92d

View file

@ -769,6 +769,7 @@ db_get_password(User, Server, Mod) ->
not_found -> error; not_found -> error;
{ok, List} = V when is_list(List) -> V; {ok, List} = V when is_list(List) -> V;
{ok, Single} -> {ok, [Single]}; {ok, Single} -> {ok, [Single]};
Other -> Other
end; end;
false -> false ->
error; error;