diff --git a/index.js b/index.js index 9bd8852..f3245de 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ schedulePricingIndexing(); // scheduleStatIndexing(); scheduleIndexYieldData(); scheduleVaultTransactionIndexing(); -scheduleLiquidationPoolData(); +// scheduleLiquidationPoolData(); const server = http.createServer(async (req, res) => { res.statusCode = 200;