tango-app-api-trax 3.9.62 → 3.9.64

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.9.62",
3
+ "version": "3.9.64",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -30,7 +30,7 @@
30
30
  "path": "^0.12.7",
31
31
  "puppeteer": "^24.39.1",
32
32
  "swagger-ui-express": "^5.0.1",
33
- "tango-api-schema": "^2.6.30",
33
+ "tango-api-schema": "^2.6.42",
34
34
  "tango-app-api-middleware": "^3.6.19",
35
35
  "url": "^0.11.4",
36
36
  "winston": "^3.13.1",
@@ -128,7 +128,7 @@ export async function getcustomerunattendedlist( req, res ) {
128
128
  req.body.liveDate = new Set();
129
129
  req.body.eodDate = new Set();
130
130
  config.forEach( ( data ) => {
131
- if ( data?.aiConfig?.advancedConfig?.dataProcessing == 'live' ) {
131
+ if ( data?.aiConfig?.advancedConfig?.dataProcessing.includes( 'live' ) ) {
132
132
  req.body.liveDate.add( data.date_string );
133
133
  } else {
134
134
  req.body.eodDate.add( data.date_string );