bulltrackers-module 1.0.553 → 1.0.554

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.
@@ -179,9 +179,9 @@ async function handleComputationResultWrite(change, context, config, dependencie
179
179
  return;
180
180
  }
181
181
 
182
- // Only process popular-investor category computations
183
- if (category !== 'popular-investor') {
184
- logger.log('DEBUG', `[AlertTrigger] Not popular-investor category: ${category}`);
182
+ // [FIX] Allow both 'popular-investor' (for profile metrics) AND 'alerts' (for actual alerts)
183
+ if (category !== 'popular-investor' && category !== 'alerts') {
184
+ logger.log('DEBUG', `[AlertTrigger] Skipping irrelevant category: ${category}`);
185
185
  return;
186
186
  }
187
187
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.553",
3
+ "version": "1.0.554",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [