tango-app-api-analysis-zone 3.1.6 → 3.1.7

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.1.6",
3
+ "version": "3.1.7",
4
4
  "description": "zone Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -537,7 +537,7 @@ export const zoneInteractionTable430Export = async ( req, res ) => {
537
537
  'Billing Conversion': element.footfall_overamin_inzone || '--',
538
538
  'Billing Conversion Rate': element.billing_conversion_rate +'%',
539
539
  'Greetings Count': element.greeting_count || '--',
540
- 'Avg Interaction time': element.avg_interaction_time || '--',
540
+ 'Avg Interaction Time': element.avg_interaction_time || '--',
541
541
  } );
542
542
  } );
543
543
  return await download( exportdata, res );