mailtoboggavarapu-coder
7 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
1 deletions
-
apps/api/src/services/exchange-rate-data/exchange-rate-data.service.ts
|
|
|
@ -349,7 +349,11 @@ export class ExchangeRateDataService { |
|
|
|
'ExchangeRateDataService' |
|
|
|
); |
|
|
|
|
|
|
|
return undefined; |
|
|
|
Logger.warn( |
|
|
|
`No exchange rate data found for ${aFromCurrency} -> ${aToCurrency} on ${aDate.toISOString()}, returning original value as fallback`, |
|
|
|
'ExchangeRateDataService' |
|
|
|
); |
|
|
|
return aValue; |
|
|
|
} |
|
|
|
|
|
|
|
private async getExchangeRates({ |
|
|
|
|