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
|
@@ -700,7 +700,7 @@ export async function cancel( req, res ) {
|
|
|
700
700
|
}
|
|
701
701
|
const record1 ={
|
|
702
702
|
|
|
703
|
-
auditStatus:
|
|
703
|
+
auditStatus: 'Skipped',
|
|
704
704
|
auditType: checkReaudited>0?'Re-Audit':'Audit',
|
|
705
705
|
endTime: dayjs().tz( 'Asia/Kolkata' ),
|
|
706
706
|
|