tango-app-api-analysis-zone 3.7.1-alpha.22 → 3.7.1-alpha.23

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-zone",
3
- "version": "3.7.1-alpha.22",
3
+ "version": "3.7.1-alpha.23",
4
4
  "description": "zone Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -116,7 +116,8 @@ export const zoneSummaryTableV1 = async ( req, res ) => {
116
116
  if ( reqestData.export ) {
117
117
  reqestData.limit = 10000;
118
118
  }
119
- let LamdaURL = 'https://l6dgzeiq6lgcfk54uiofhhwini0yserp.lambda-url.ap-south-1.on.aws/'; // 'https://hxpnn5weq3lm4nqouk4pjm3chy0jmqdb.lambda-url.ap-south-1.on.aws/';
119
+ let LamdaURL = 'https://hxpnn5weq3lm4nqouk4pjm3chy0jmqdb.lambda-url.ap-south-1.on.aws/';
120
+ //'https://l6dgzeiq6lgcfk54uiofhhwini0yserp.lambda-url.ap-south-1.on.aws/';
120
121
  let resultData = await LamdaServiceCall( LamdaURL, reqestData );
121
122
  if ( resultData ) {
122
123
  if ( resultData.status_code == '200' ) {