tango-app-api-infra 3.9.5-vms.97 → 3.9.5-vms.98
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
|
@@ -581,7 +581,7 @@ export async function tangoReviewAccuracyClosedTicket( req, res ) {
|
|
|
581
581
|
createdByUserName: req?.user?.userName,
|
|
582
582
|
createdByRole: req?.user?.role,
|
|
583
583
|
comments: inputData?.comments || '',
|
|
584
|
-
subComments: inputData?.
|
|
584
|
+
subComments: inputData?.subComment ||'',
|
|
585
585
|
} ) );
|
|
586
586
|
|
|
587
587
|
const temp2 = record.mappingInfo
|
|
@@ -589,7 +589,7 @@ export async function tangoReviewAccuracyClosedTicket( req, res ) {
|
|
|
589
589
|
.map( ( item ) => ( {
|
|
590
590
|
...item,
|
|
591
591
|
comments: inputData?.comments || '',
|
|
592
|
-
subComments: inputData?.
|
|
592
|
+
subComments: inputData?.subComment ||'',
|
|
593
593
|
} ) );
|
|
594
594
|
|
|
595
595
|
record.mappingInfo = [ ...ticketData?.[0]?._source?.mappingInfo.slice( 0, -2 ),
|