Skip to content

Commit

Permalink
Simplify to_output
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 31, 2023
1 parent 8b0e116 commit 13a8530
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/drops/contract.ex
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ defmodule Drops.Contract do
do: put_in(acc, path, map_list_results(value)),
else: put_in(acc, path, value)

{:ok, value} ->
value

:ok ->
acc

Expand Down

0 comments on commit 13a8530

Please sign in to comment.