tango-app-api-trax 3.8.27 → 3.8.28

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-trax",
3
- "version": "3.8.27",
3
+ "version": "3.8.28",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -467,7 +467,7 @@ export async function startTask( req, res ) {
467
467
  } );
468
468
  const getUpdatedTask = await processedTask.aggregate( findQuery );
469
469
 
470
-
470
+ let cdnurl = JSON.parse( process.env.CDNURL );
471
471
  if ( !( task.checkListFrom && task.checkListFrom == 'api' ) ) {
472
472
  // const bucket = JSON.parse( process.env.BUCKET );
473
473
  await Promise.all(