Skip to content

Commit

Permalink
Fix dialyzer issue (recent Elixir/Erlang version)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmanzanera committed Sep 15, 2022
1 parent 8abd27f commit 2c8d434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/archethic/networking/ip_lookup.ex
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ defmodule Archethic.Networking.IPLookup do
ip

{:error, reason} ->
fallback(RemoteDiscovery, reason)
raise "Cannot use remote discovery IP lookup - #{inspect(reason)}"
end
end

Expand Down

0 comments on commit 2c8d434

Please sign in to comment.