Skip to content

Commit 5502f42

Browse files
committed
fix: failed to update oracle will retry instead of fail
1 parent d0e9ae9 commit 5502f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indexer/src/services/price/price-updater.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class PriceUpdaterService {
4040

4141
this.priceService.setKdaUsdPrice(data.Price);
4242
} catch (error) {
43-
console.error('[WARN][INT][INT_API] Failed to update KDA/USD price:', error);
43+
console.warn('[WARN][INT][INT_API] Failed to update KDA/USD price:', error);
4444
}
4545
}
4646

0 commit comments

Comments
 (0)