Explorar el Código

Use better error message

tags/v1.1.4
Zachary Dunn hace 5 años
padre
commit
af4338da0c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/pleroma/user.ex

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

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

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


Cargando…
Cancelar
Guardar