Skip to content

Commit

Permalink
Remove duplicate clause in filter parser (#4137)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga authored May 24, 2024
1 parent a139e82 commit 2431d78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/plausible/stats/filters/dashboard_filter_parser.ex
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ defmodule Plausible.Stats.Filters.DashboardFilterParser do
is_contains && is_list ->
[:matches_member, key, Enum.map(val, &"**#{&1}**")]

is_wildcard && is_list ->
[:matches_member, key, val]

is_negated ->
[:is_not, key, val]

Expand Down

0 comments on commit 2431d78

Please sign in to comment.