From 6ba446bf6e13e268f39977d42849713ccd441089 Mon Sep 17 00:00:00 2001 From: 0xngmi <0xngmi@protonmail.com> Date: Wed, 20 Nov 2024 15:41:39 +0000 Subject: [PATCH] fix --- api2/cron-task/storeCharts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api2/cron-task/storeCharts.ts b/api2/cron-task/storeCharts.ts index 19f76aa2..23bbb88b 100644 --- a/api2/cron-task/storeCharts.ts +++ b/api2/cron-task/storeCharts.ts @@ -338,7 +338,7 @@ export function craftChartsResponse( item.totalCirculating.circulating && !(itemPegType === pegType) ) { - throw new Error( + console.log( `pegType mismatch for ${peggedGeckoID}: ${pegType} and ${itemPegType}` ); }