mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-07 23:06:42 +01:00
remove spurious inspect call
This commit is contained in:
parent
3ff1b1ad6e
commit
9272cccf01
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ defmodule PhilomenaWeb.PostController do
|
||||||
bool: %{
|
bool: %{
|
||||||
must: [query | filters(user)]
|
must: [query | filters(user)]
|
||||||
}
|
}
|
||||||
} |> IO.inspect(),
|
},
|
||||||
sort: %{created_at: :desc}
|
sort: %{created_at: :desc}
|
||||||
},
|
},
|
||||||
conn.assigns.pagination,
|
conn.assigns.pagination,
|
||||||
|
|
Loading…
Reference in a new issue