tango-app-api-audit 1.0.67 → 1.0.69

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-audit",
3
- "version": "1.0.67",
3
+ "version": "1.0.69",
4
4
  "description": "audit & audit metrics apis",
5
5
  "main": "app.js",
6
6
  "type": "module",
@@ -641,7 +641,7 @@ export async function getFilterData( msg ) {
641
641
  const bucket = JSON.parse( process.env.BUCKET );
642
642
  const params = {
643
643
  Bucket: `${bucket.auditOutput}`,
644
- Key: `${msg.store_id}/${msg.zone_id}/${msg.curr_date}/${bucketName.masterJsonFile}`,
644
+ Key: `${msg.store_id}/${msg.zone_id}/${msg.curr_date}/${bucket.masterJsonFile}`,
645
645
  };
646
646
  const mappingFile = await getJsonFileData( params );
647
647
  if ( mappingFile.statusCode ) {