Skip to content

Commit

Permalink
Passed the correct argument to SetSlicedQuery in CursorPagingHandler (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 authored Nov 4, 2024
1 parent 1664d37 commit ad8fdf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ protected async ValueTask<Connection<TEntity>> SliceAsync(
// we store the original query and the sliced query in the
// context for later use by customizations.
context.SetOriginalQuery(originalQuery);
context.SetSlicedQuery(originalQuery);
context.SetSlicedQuery(slicedQuery);

// if no edges are required we will return a connection without edges.
if (!edgesRequired)
Expand Down

0 comments on commit ad8fdf0

Please sign in to comment.