tango-app-api-audit 1.0.68 → 1.0.70
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
|
@@ -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}/${
|
|
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 ) {
|