This commit is contained in:
netscrawler
2024-07-08 16:30:27 +03:00
parent 59480c95ea
commit 4ac3a2ade0
5 changed files with 38 additions and 50 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func (c *Converter) Convert(
)
log.Info("convertation")
var convertedAmount uint32
//TODO extract rate
rate, err := rateExtract.GetExchangeRate(currency)
if err != nil {
log.Error("Error extracting rate", sl.Err(err))