Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
robacourt committed Dec 2, 2024
1 parent 0ac30a6 commit efe3613
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/sync-service/lib/electric/shapes/filter/table.ex
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ defmodule Electric.Shapes.Filter.Table do

defp optimise_where(%Expr{eval: eval}), do: optimise_where(eval)

# TODO: Is this really ~s("=") or is it just "="?
defp optimise_where(%Func{
name: ~s("="),
args: [%Ref{path: [field], type: type}, %Const{value: value}]
Expand Down

0 comments on commit efe3613

Please sign in to comment.