Skip to content

Commit

Permalink
fix: values
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Apr 7, 2024
1 parent 9e2cbb1 commit f549072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkd/postcode/pcrepo.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func FindAvgsByPostcode(postcode string) GasPriceAvgs {
gasPriceAvgs.State = postCodeLocation.StateData.State
gasPriceAvgs.CountyAvgDiesel = postCodeLocation.CountyData.AvgDiesel
gasPriceAvgs.CountyAvgE10 = postCodeLocation.CountyData.AvgE10
gasPriceAvgs.CountyAvgE5 = postCodeLocation.StateData.AvgE5
gasPriceAvgs.CountyAvgE5 = postCodeLocation.CountyData.AvgE5
gasPriceAvgs.StateAvgDiesel = postCodeLocation.StateData.AvgDiesel
gasPriceAvgs.StateAvgE10 = postCodeLocation.StateData.AvgE10
gasPriceAvgs.StateAvgE5 = postCodeLocation.StateData.AvgE5
Expand Down

0 comments on commit f549072

Please sign in to comment.