tango-app-api-analysis-traffic 3.3.1-alpha.16 → 3.3.1-alpha.18

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-analysis-traffic",
3
- "version": "3.3.1-alpha.16",
3
+ "version": "3.3.1-alpha.18",
4
4
  "description": "Traffic Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -568,6 +568,7 @@ export const footfallDirectoryV3 = async ( req, res ) => {
568
568
  }
569
569
  reqestData.featureConfigs = getClientData.featureConfigs;
570
570
  let LamdaURL = 'https://cncmzszloku7y3bewxbpiy6nkm0yunqe.lambda-url.ap-south-1.on.aws/';
571
+ console.log( LamdaURL );
571
572
  let resultData = await LamdaServiceCall( LamdaURL, reqestData );
572
573
  if ( resultData ) {
573
574
  if ( resultData.status_code == '200' ) {