Skip to content

Commit

Permalink
fix: add back in builtin_predicate_operators/0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Dec 5, 2023
1 parent 7b70c3a commit 095e6c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ash/filter/filter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ defmodule Ash.Filter do
def builtins, do: @builtins
def builtin_functions, do: @functions
def builtin_operators, do: @operators
def builtin_predicate_operators, do: Enum.filter(@operators, & &1.predicate?())

defmodule Simple do
@moduledoc "Represents a simplified filter, with a simple list of predicates"
Expand Down

0 comments on commit 095e6c9

Please sign in to comment.