diff --git a/backend/src/routes/livepeer.js b/backend/src/routes/livepeer.js index f8c1b9c..7bf6894 100644 --- a/backend/src/routes/livepeer.js +++ b/backend/src/routes/livepeer.js @@ -394,7 +394,6 @@ if (!isEventSyncing && !CONF_SIMPLE_MODE && !CONF_DISABLE_SYNC) { // Splits of raw CMC object into coin quote data const parseCmc = async function () { - return; try { cmcCache = await cmcClient.getTickers({ limit: 200 }); for (var idx = 0; idx < cmcCache.data.length; idx++) {