tango-app-api-trax 3.7.68 → 3.7.69
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.7.
|
|
3
|
+
"version": "3.7.69",
|
|
4
4
|
"description": "Trax",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"nodemon": "^3.1.4",
|
|
30
30
|
"path": "^0.12.7",
|
|
31
31
|
"puppeteer": "^24.39.1",
|
|
32
|
-
"tango-api-schema": "^2.5.
|
|
32
|
+
"tango-api-schema": "^2.5.64",
|
|
33
33
|
"tango-app-api-middleware": "^3.5.2",
|
|
34
34
|
"url": "^0.11.4",
|
|
35
35
|
"winston": "^3.13.1",
|
|
@@ -446,7 +446,6 @@ export const checklistPerformance = async ( req, res ) => {
|
|
|
446
446
|
},
|
|
447
447
|
} );
|
|
448
448
|
let getChecklistPerformanceData = await processedchecklistService.aggregate( findQuery );
|
|
449
|
-
console.log( getChecklistPerformanceData );
|
|
450
449
|
if ( !getChecklistPerformanceData[0].data.length ) {
|
|
451
450
|
return res.sendError( 'no data found', 204 );
|
|
452
451
|
}
|