fix dialyzer

pull/2432/head
Ayrat Badykov 5 years ago
parent 8f92a1f720
commit 38b050cb80
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 4
      apps/block_scout_web/lib/block_scout_web/controllers/address_transaction_controller.ex

@ -87,7 +87,7 @@ defmodule BlockScoutWeb.AddressTransactionController do
{:ok, _} ->
json(conn, %{items: [], next_page_path: ""})
{:error, _} ->
_ ->
not_found(conn)
end
end
@ -129,7 +129,7 @@ defmodule BlockScoutWeb.AddressTransactionController do
current_path: current_path(conn)
)
{:error, _} ->
_ ->
not_found(conn)
end
end

Loading…
Cancel
Save