@byted-apaas/server-sdk-node 1.1.19-beta.3 → 1.1.19-beta.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byted-apaas/server-sdk-node",
3
- "version": "1.1.19-beta.3",
3
+ "version": "1.1.19-beta.4",
4
4
  "description": "aPaaS Server SDK",
5
5
  "author": "zhouwexin <zhouwexin@bytedance.com>",
6
6
  "homepage": "",
@@ -1425,7 +1425,7 @@ async function executeFlow(APIName, option, async) {
1425
1425
  'variables': (0, common_1.transMapToFlowVariable)(option.params),
1426
1426
  'loopMasks': utils.getLoopMasks(),
1427
1427
  };
1428
- if (async) {
1428
+ if (async !== undefined) {
1429
1429
  options.json["async"] = async;
1430
1430
  }
1431
1431
  let res = await openapi.doRequest(null, urlPath, options);