We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46596f1 commit 069fcb1Copy full SHA for 069fcb1
1 file changed
workers/loc.api/sync/currency.converter/index.js
@@ -1031,7 +1031,9 @@ class CurrencyConverter {
1031
)
1032
1033
if (!Number.isFinite(price)) {
1034
- throw new CurrencyConversionDataFindingError()
+ throw new CurrencyConversionDataFindingError(
1035
+ { symbol: reqSymb, mts }
1036
+ )
1037
}
1038
1039
return price
@@ -1082,7 +1084,9 @@ class CurrencyConverter {
1082
1084
1083
1085
1086
1087
1088
+ { symbol: reqSymb, mts: end }
1089
1090
1091
1092
async convertManyByCandles (data, convSchema) {
0 commit comments