Ver código fonte

Left public during debugging

issue/2315-poll-notify
Mark Felder 3 anos atrás
pai
commit
53a5ec1952
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      lib/mix/tasks/pleroma/config.ex

+ 2
- 2
lib/mix/tasks/pleroma/config.ex Ver arquivo

@@ -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


Carregando…
Cancelar
Salvar