Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <pranay.valson@gmail.com>
  • Loading branch information
noslav committed Mar 1, 2023
1 parent c31d942 commit eb2706b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rudder/ipfs/ipfs_interactor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ defmodule Rudder.IPFSInteractor do
Finch.build(:get, "#{ipfs_url}/get?cid=#{cid}")
|> Finch.request(Rudder.Finch, receive_timeout: 150_000_000, pool_timeout: 150_000_000)


end_fetch_ms = System.monotonic_time(:millisecond)
Events.ipfs_fetch(end_fetch_ms - start_fetch_ms)

Expand Down

0 comments on commit eb2706b

Please sign in to comment.