Fix accidentaly disabled CMC

This commit is contained in:
Marco van Dijk 2022-03-11 18:05:12 +01:00
parent a8f67f7e88
commit 3c31a2daa3

View File

@ -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++) {