isdata-customer-sdk 0.1.40 → 0.1.42

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
@@ -22949,7 +22949,7 @@ const queryGroupIDByOfficeId = async id => {
22949
22949
  * @param id 组织ID
22950
22950
  *
22951
22951
  */
22952
- const queryAppVariable = async (name, appVariables) => {
22952
+ const queryAppVariable = (name, appVariables) => {
22953
22953
  if (appVariables && appVariables.length > 0) {
22954
22954
  for (let i = 0; i < appVariables.length; i++) {
22955
22955
  if (appVariables[i].name === name) {