tango-app-api-infra 3.9.28 → 3.9.29
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
|
@@ -4405,7 +4405,7 @@ export async function ticketList( req, res ) {
|
|
|
4405
4405
|
}
|
|
4406
4406
|
return {};
|
|
4407
4407
|
} )(),
|
|
4408
|
-
|
|
4408
|
+
revisedFootfall: item?.revicedFootfall,
|
|
4409
4409
|
type: item.type || 'store',
|
|
4410
4410
|
storeRevisedAccuracy: item?.mappingInfo?.find( ( f ) => f.type === 'tagging' )?.revicedPerc || '--',
|
|
4411
4411
|
reviewerRevisedAccuracy: item?.mappingInfo?.find( ( f ) => f.type === 'review' )?.revicedPerc || '--',
|
|
@@ -4767,7 +4767,7 @@ export async function ticketList( req, res ) {
|
|
|
4767
4767
|
}
|
|
4768
4768
|
return {};
|
|
4769
4769
|
} )(),
|
|
4770
|
-
|
|
4770
|
+
revisedFootfall: item?.revicedFootfall,
|
|
4771
4771
|
type: item.type || 'store',
|
|
4772
4772
|
storeRevisedAccuracy: item?.mappingInfo?.find( ( f ) => f.type === 'tagging' )?.revicedPerc || '--',
|
|
4773
4773
|
reviewerRevisedAccuracy: item?.mappingInfo?.find( ( f ) => f.type === 'review' )?.revicedPerc || '--',
|
|
@@ -2112,7 +2112,6 @@ export async function ticketApprove( req, res, next ) {
|
|
|
2112
2112
|
const tangoApproved = getConfig?.footfallDirectoryConfigs?.tangoApproved || false;
|
|
2113
2113
|
const tangoDueDate = getConfig?.footfallDirectoryConfigs?.allowTangoReview || 0;
|
|
2114
2114
|
|
|
2115
|
-
logger.info( { tangoReview, revised, autoCloseAccuracyValue, status: record.status } );
|
|
2116
2115
|
if (
|
|
2117
2116
|
isAutoCloseEnable === true &&
|
|
2118
2117
|
revisedPercentage >= autoCloseAccuracyValue
|