Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Mar 2, 2019
1 parent 4d45439 commit 8ba464f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back/src/money/application/CurrencyConverter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class CurrencyConverter {
const getHistoryRate = () =>
this.exchangeRateApi
.getHistoryExchangeRate(from, to, when)
.catch(getNowRate) // Okay, now rate it ok
.catch(getNowRate) // Okay, now rate is ok

return rateIsHistory ? getNowRate() : getHistoryRate()
}
Expand Down

0 comments on commit 8ba464f

Please sign in to comment.