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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.117",
3
+ "version": "1.0.118",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [