Skip to content

Commit

Permalink
web: trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackmorse committed Feb 26, 2024
1 parent 2559ea8 commit dac46a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/app/utils/CurrencyUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ object CurrencyUtils {
def currencyRate(country: Option[Country]): Double =
country.map(_.currencyRate).getOrElse(10.0)


def currencyName(country: Option[Country]): String =
country.map(_.currencyName).getOrElse("$")
}

0 comments on commit dac46a5

Please sign in to comment.