tango-app-api-analysis-zone 3.0.0-alpha.38 → 3.0.0-alpha.39

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-analysis-zone",
3
- "version": "3.0.0-alpha.38",
3
+ "version": "3.0.0-alpha.39",
4
4
  "description": "zone Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -416,7 +416,7 @@ export const zoneInteractionTableExport430 = async ( req, res ) => {
416
416
  exportdata.push( {
417
417
  'Store Id': element.store_id || '--',
418
418
  'Date': element.date || '--',
419
- 'Customer Spend More Then 10 MIN': element.customer_count_over10min || '--',
419
+ 'Customer spent more than 10 mins': element.customer_count_over10min || '--',
420
420
  'Billing Conversion': element.billing_conversion || '--',
421
421
  } );
422
422
  } );