bulltrackers-module 1.0.413 → 1.0.414

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.
@@ -799,7 +799,6 @@ async function autoGenerateWatchlist(req, res, dependencies, config) {
799
799
  const computationName = 'SignedInUserCopiedPIs';
800
800
 
801
801
  // Try to find latest computation date (with fallback)
802
- const insightsCollection = config.unifiedInsightsCollection || 'unified_insights';
803
802
  const resultsSub = config.resultsSubcollection || 'results';
804
803
  const compsSub = config.computationsSubcollection || 'computations';
805
804
  const computationDate = await findLatestComputationDate(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.413",
3
+ "version": "1.0.414",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [