tango-app-api-infra 3.9.5-vms.80 → 3.9.5-vms.81

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-infra",
3
- "version": "3.9.5-vms.80",
3
+ "version": "3.9.5-vms.81",
4
4
  "description": "infra",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -304,7 +304,7 @@ export async function tangoReviewTicket( req, res ) {
304
304
  revicedPerc: inputData.mappingInfo?.revicedPerc,
305
305
  count: inputData.mappingInfo?.count,
306
306
  revisedDetail: inputData.mappingInfo?.revisedDetail,
307
- status: 'Closed',
307
+ status: 'Open - Accuracy Issue',
308
308
  createdByEmail: req?.user?.email,
309
309
  createdByUserName: req?.user?.userName,
310
310
  createdByRole: req?.user?.role,