isdata-customer-sdk 0.1.24 → 0.1.25

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/dist/index.umd.js CHANGED
@@ -5329,7 +5329,9 @@ const getCurrentUserPortalPageID = userData => {
5329
5329
  "userData": userData
5330
5330
  }
5331
5331
  };
5332
- return request.post(`/dataservice/rest/orchestration/getPortalPageID`, queryData);
5332
+ let response = request.post(`/dataservice/rest/orchestration/getPortalPageID`, queryData);
5333
+ let portal_id = response.data.portal_id;
5334
+ return portal_id;
5333
5335
  };
5334
5336
 
5335
5337
  /**