tango-app-api-audit 3.3.0-alpha.4 → 3.3.0-alpha.5

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.3.0-alpha.4",
3
+ "version": "3.3.0-alpha.5",
4
4
  "description": "audit & audit metrics apis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -2803,7 +2803,7 @@ export async function reTrigger( req, res ) {
2803
2803
  moduleType: inputData.moduleType,
2804
2804
  fileDateISO: dayjs( new Date( ( inputData.fileDate ).split( '-' ).reverse().join( '-' ) ) ).format(),
2805
2805
  auditType: inputData.auditType,
2806
- fileCount: inputData.beforeCount,
2806
+ fileCount: inputData.totalCount,
2807
2807
  queueName: queueName,
2808
2808
  userId: inputData.userId,
2809
2809
  userName: assignUser.userName,