bulltrackers-module 1.0.511 → 1.0.512

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.
@@ -535,7 +535,7 @@ async function handleOnDemandUserUpdate(taskData, config, dependencies) {
535
535
  const { logger, proxyManager, batchManager, headerManager, db, collectionRegistry } = dependencies;
536
536
 
537
537
  // Import notification helper once at the top
538
- const { notifyTaskEngineComplete } = require('../../generic-api/user-api/helpers/notification_helpers');
538
+ const { notifyTaskEngineComplete } = require('../../generic-api/user-api/helpers/notifications/notification_helpers');
539
539
 
540
540
  // Validate and set API URLs with defaults and fallbacks
541
541
  const ETORO_API_PORTFOLIO_URL = config.ETORO_API_PORTFOLIO_URL || process.env.ETORO_API_PORTFOLIO_URL || 'https://www.etoro.com/sapi/portfolios/portfolio';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bulltrackers-module",
3
- "version": "1.0.511",
3
+ "version": "1.0.512",
4
4
  "description": "Helper Functions for Bulltrackers.",
5
5
  "main": "index.js",
6
6
  "files": [