tango-app-api-audit 3.4.68-beta.13 → 3.4.68-beta.14

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.4.68-beta.13",
3
+ "version": "3.4.68-beta.14",
4
4
  "description": "audit & audit metrics apis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -700,7 +700,7 @@ export async function cancel( req, res ) {
700
700
  }
701
701
  const record1 ={
702
702
 
703
- auditStatus: checkReaudited>0?'Re-Audited':checkaudited>0?'Audited':'Yet-to-Audit',
703
+ auditStatus: 'Skipped',
704
704
  auditType: checkReaudited>0?'Re-Audit':'Audit',
705
705
  endTime: dayjs().tz( 'Asia/Kolkata' ),
706
706