mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-06 03:05:10 +02:00
Fix accidentaly disabled CMC
This commit is contained in:
parent
a8f67f7e88
commit
3c31a2daa3
@ -394,7 +394,6 @@ if (!isEventSyncing && !CONF_SIMPLE_MODE && !CONF_DISABLE_SYNC) {
|
|||||||
|
|
||||||
// Splits of raw CMC object into coin quote data
|
// Splits of raw CMC object into coin quote data
|
||||||
const parseCmc = async function () {
|
const parseCmc = async function () {
|
||||||
return;
|
|
||||||
try {
|
try {
|
||||||
cmcCache = await cmcClient.getTickers({ limit: 200 });
|
cmcCache = await cmcClient.getTickers({ limit: 200 });
|
||||||
for (var idx = 0; idx < cmcCache.data.length; idx++) {
|
for (var idx = 0; idx < cmcCache.data.length; idx++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user