forked from AkkomaGang/akkoma
Left public during debugging
This commit is contained in:
parent
3e6d9187a7
commit
53a5ec1952
1 changed files with 2 additions and 2 deletions
|
@ -355,9 +355,9 @@ defp group_exists?(group) when is_atom(group) do
|
|||
end
|
||||
end
|
||||
|
||||
def maybe_atomize(arg) when is_atom(arg), do: arg
|
||||
defp maybe_atomize(arg) when is_atom(arg), do: arg
|
||||
|
||||
def maybe_atomize(arg) when is_binary(arg) do
|
||||
defp maybe_atomize(arg) when is_binary(arg) do
|
||||
chars = String.codepoints(arg)
|
||||
|
||||
if "." in chars do
|
||||
|
|
Loading…
Reference in a new issue