Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2018-10-11 17:47:02 +02:00
parent 559c889f1b
commit 7e137d1a1c
6 changed files with 20 additions and 7 deletions

View File

@@ -41,7 +41,9 @@ defmodule MobilizonWeb.GroupController do
nil ->
conn
|> put_status(:not_found)
|> render(MobilizonWeb.ErrorView, "not_found.json", details: "group or actor doesn't exist")
|> render(MobilizonWeb.ErrorView, "not_found.json",
details: "group or actor doesn't exist"
)
err ->
require Logger