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
|
@@ -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: '
|
|
307
|
+
status: 'Open - Accuracy Issue',
|
|
308
308
|
createdByEmail: req?.user?.email,
|
|
309
309
|
createdByUserName: req?.user?.userName,
|
|
310
310
|
createdByRole: req?.user?.role,
|