isdata-customer-sdk 0.1.28 → 0.1.29

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
@@ -5398,7 +5398,7 @@ const getOfficeInfosByIDs = async group_ids => {
5398
5398
  "ids": group_ids
5399
5399
  }
5400
5400
  };
5401
- let resultData = request.post(`/dataservice/rest/orchestration/getOfficeInfosByIDs`, queryData_groupData);
5401
+ let resultData = await request.post(`/dataservice/rest/orchestration/getOfficeInfosByIDs`, queryData_groupData);
5402
5402
  let groupDatas = resultData.data.officeInfos;
5403
5403
  return groupDatas;
5404
5404
  };