chore: fix typo

This commit is contained in:
Zach Daniel 2024-01-19 16:27:36 -05:00
parent b654c0cd5c
commit 21de0fe882

View file

@ -1474,7 +1474,7 @@ defmodule Ash.Actions.Read do
{:error, "Pagination is not supported"}
action.pagination == false ->
{:ok, starting_queryp
{:ok, starting_query}
page_opts == false ->
if action.pagination.required? do