bulltrackers-module 1.0.527 → 1.0.529
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -127,7 +127,7 @@ async function getPortfolioPartRefs(config, deps, dateString, requiredUserTypes
|
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
logger.log('INFO', `Found ${allPartRefs.length} total portfolio refs for ${dateString}`);
|
|
130
|
+
logger.log('INFO', `Found ${allPartRefs.length} total portfolio refs for ${dateString} for types: ${fetchAll ? 'ALL' : Array.from(types).join(',')}`);
|
|
131
131
|
return allPartRefs;
|
|
132
132
|
}
|
|
133
133
|
|