Skip to content

Commit

Permalink
chore: PR review, remove apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed May 10, 2024
1 parent 6b1a240 commit cfd9394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logflare/sources/source_routing.ex
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ defmodule Logflare.Logs.SourceRouting do
le_value >= lvalue and le_value <= rvalue

operator == :list_includes ->
apply(Kernel, :==, [le_value, value])
le_value == value

operator == :string_contains ->
String.contains?(le_str_value, stringify(value))
Expand Down

0 comments on commit cfd9394

Please sign in to comment.