bulltrackers-module 1.0.117 → 1.0.118
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.
|
@@ -688,6 +688,7 @@ async function runMetaComputation(
|
|
|
688
688
|
|
|
689
689
|
try {
|
|
690
690
|
const resultsCollectionRef = db.collection(config.resultsCollection).doc(dateStr).collection(config.resultsSubcollection);
|
|
691
|
+
const compsSub = config.computationsSubcollection || 'computations';
|
|
691
692
|
let successCount = 0;
|
|
692
693
|
|
|
693
694
|
const dependenciesForMetaCalc = {
|