Skip to content

Commit

Permalink
Remove QueryExpr pattern match
Browse files Browse the repository at this point in the history
  • Loading branch information
krns committed Aug 13, 2024
1 parent 7362ad7 commit eaad1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scrivener/paginater/ecto/query.ex
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ defimpl Scrivener.Paginater, for: Ecto.Query do
defp aggregate(
%{
group_bys: [
%Ecto.Query.QueryExpr{
%{
expr: [
{{:., [], [{:&, [], [source_index]}, field]}, [], []} | _
]
Expand Down

0 comments on commit eaad1dd

Please sign in to comment.