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.js CHANGED
@@ -22939,7 +22939,7 @@ const queryGroupIDByOfficeId = async id => {
22939
22939
  * @param id 组织ID
22940
22940
  *
22941
22941
  */
22942
- const queryAppVariable = async (name, appVariables) => {
22942
+ const queryAppVariable = (name, appVariables) => {
22943
22943
  if (appVariables && appVariables.length > 0) {
22944
22944
  for (let i = 0; i < appVariables.length; i++) {
22945
22945
  if (appVariables[i].name === name) {