Browse Source

Left public during debugging

issue/2315-poll-notify
Mark Felder 3 years ago
parent
commit
53a5ec1952
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lib/mix/tasks/pleroma/config.ex

+ 2
- 2
lib/mix/tasks/pleroma/config.ex View File

@@ -355,9 +355,9 @@ defmodule Mix.Tasks.Pleroma.Config 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…
Cancel
Save