mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-02 21:35:16 +00:00
remove an obsolete comment
This commit is contained in:
parent
752da9e641
commit
91b0e7d265
1 changed files with 0 additions and 3 deletions
|
@ -19,9 +19,6 @@ defmodule Mobilizon.Storage.Page do
|
|||
|
||||
@doc """
|
||||
Returns a Page struct for a query.
|
||||
|
||||
`field` is use to define the field that will be used for the count aggregate, which should be the same as the field used for order_by
|
||||
See https://stackoverflow.com/q/12693089/10204399
|
||||
"""
|
||||
@spec build_page(Ecto.Queryable.t(), integer | nil, integer) :: t(any)
|
||||
def build_page(query, page, limit) do
|
||||
|
|
Loading…
Reference in a new issue