Skip to content

Commit

Permalink
Return 100 incidents per req to v2 api
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc committed May 19, 2024
1 parent aae338e commit e9dbe97
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ defmodule PlatformWeb.APIV2Controller do
results =
pagination_function.(
sort: "modified_desc",
after: page
after: page,
limit: 100
)

json(conn, %{
Expand Down

0 comments on commit e9dbe97

Please sign in to comment.