We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e9ae9 commit 5502f42Copy full SHA for 5502f42
indexer/src/services/price/price-updater.service.ts
@@ -40,7 +40,7 @@ export class PriceUpdaterService {
40
41
this.priceService.setKdaUsdPrice(data.Price);
42
} catch (error) {
43
- console.error('[WARN][INT][INT_API] Failed to update KDA/USD price:', error);
+ console.warn('[WARN][INT][INT_API] Failed to update KDA/USD price:', error);
44
}
45
46
0 commit comments