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(
|