tango-app-api-audit 3.6.30 → 3.6.31

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-audit",
3
- "version": "3.6.30",
3
+ "version": "3.6.31",
4
4
  "description": "audit & audit metrics apis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -2720,9 +2720,9 @@ export async function emailAlertLog( req, res ) {
2720
2720
  'Optom Email': element.optomEmailId || '--',
2721
2721
  'Store Name': element.storeName,
2722
2722
  'Audited By': element.auditedBy || '--',
2723
- 'Tango Score': Math.round( element.complianceScore || 0 )+' %',
2724
- 'Trust Score': element.trustScore+' %' || '--',
2725
- 'Human Audited Score': Math.round( element.humanScore || 0 ) + ' %',
2723
+ 'Tango Score': element.complianceScore,
2724
+ 'Trust Score': element.trustScore,
2725
+ 'Human Audited Score': element.humanScore,
2726
2726
 
2727
2727
 
2728
2728
  } );