Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 450ebd87 authored by Muhammad Rafif Elfazri's avatar Muhammad Rafif Elfazri
Browse files

Fix pagination on post

parent 92aa64fb
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ defmodule DiskuyWeb.PostPagesController do
# Pages Per threads
def pages_thread(conn, %{"thread_id" => thread_id}) do
query = ForumPostPage.page_per_thread(thread_id) |> Repo.paginate()
query = ForumPostPage.page_per_thread(thread_id)
paginate_and_render(conn, query)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment