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