tango-app-api-analysis-traffic 3.8.5 → 3.8.6
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
|
@@ -1466,6 +1466,7 @@ export const summaryTableV3 = async ( req, res ) => {
|
|
|
1466
1466
|
storeName: item.storeName,
|
|
1467
1467
|
storeId: item.storeId,
|
|
1468
1468
|
footfallCount: item.footfallCount,
|
|
1469
|
+
storeCode: item.storeCode,
|
|
1469
1470
|
...( req.body.storeId.length ==1 )? { date: dayjs( item['date'] ).format( 'MMM DD,YYYY' ) } : {},
|
|
1470
1471
|
avgInfraDowntime: item.avgInfraDowntime,
|
|
1471
1472
|
} );
|