mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-31 19:36:44 +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: %{
|
||||
must: [query | filters(user)]
|
||||
}
|
||||
} |> IO.inspect(),
|
||||
},
|
||||
sort: %{created_at: :desc}
|
||||
},
|
||||
conn.assigns.pagination,
|
||||
|
|
Loading…
Reference in a new issue