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 e21f8c3 commit 7be8f60Copy full SHA for 7be8f60
src/server/api/services/currencyRateService.ts
@@ -27,7 +27,6 @@ abstract class CurrencyRateProvider {
27
28
const cachedRate = await this.checkCache(from, to, date);
29
if (cachedRate) {
30
- console.log(cachedRate);
31
return cachedRate;
32
}
33
0 commit comments