瀏覽代碼

Left public during debugging

issue/2315-poll-notify
Mark Felder 3 年之前
父節點
當前提交
53a5ec1952
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      lib/mix/tasks/pleroma/config.ex

+ 2
- 2
lib/mix/tasks/pleroma/config.ex 查看文件

@@ -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…
取消
儲存