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.js CHANGED
@@ -5319,7 +5319,9 @@ const getCurrentUserPortalPageID = userData => {
5319
5319
  "userData": userData
5320
5320
  }
5321
5321
  };
5322
- return request.post(`/dataservice/rest/orchestration/getPortalPageID`, queryData);
5322
+ let response = request.post(`/dataservice/rest/orchestration/getPortalPageID`, queryData);
5323
+ let portal_id = response.data.portal_id;
5324
+ return portal_id;
5323
5325
  };
5324
5326
 
5325
5327
  /**