Skip to content

Commit

Permalink
release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mithereal committed Jul 18, 2022
1 parent 5696406 commit 9234aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions lib/metro_rates.ex

This file was deleted.

4 changes: 2 additions & 2 deletions lib/price.ex
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ defmodule GasolinePrice do
data =
Enum.map(rates, fn x ->
{_, rates, time} = x
%MetroRates.Period{period: time, rates: rates}
%{period: time, rates: rates}
end)

%MetroRates{metro: data}
%{metro: data}
end)

rates =
Expand Down

0 comments on commit 9234aec

Please sign in to comment.