Ver código fonte

Use better error message

tags/v1.1.4
Zachary Dunn 5 anos atrás
pai
commit
af4338da0c
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      lib/pleroma/user.ex

+ 1
- 1
lib/pleroma/user.ex Ver arquivo

@@ -547,7 +547,7 @@ defmodule Pleroma.User do

{:ok, user}
else
_e -> {:error, "Error"}
e -> {:error, e}
end
end
end


Carregando…
Cancelar
Salvar