Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
thiamsantos committed Jan 2, 2025
1 parent 92b3d1d commit 59b04b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/oban/engines/lite.ex
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,10 @@ defmodule Oban.Engines.Lite do
)

true ->
dynamic([j], json_contains(field(j, ^field), ^Oban.json_library().encode!(value)) and ^acc)
dynamic(
[j],
json_contains(field(j, ^field), ^Oban.json_library().encode!(value)) and ^acc
)
end

field, acc ->
Expand Down

0 comments on commit 59b04b6

Please sign in to comment.