Skip to content

Commit

Permalink
fix: temp removing associations
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Jul 1, 2024
1 parent 27fb6fb commit 7237096
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ defmodule BlockScoutWeb.API.V2.TransactionController do

with {:ok, transaction, _transaction_hash} <-
validate_transaction(transaction_hash_string, params,
necessity_by_association: necessity_by_association,
necessity_by_association: %{},
api?: true
),
preloaded <-
Expand Down

0 comments on commit 7237096

Please sign in to comment.