ucservice 2.6.4 → 2.6.5

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.
@@ -32819,7 +32819,7 @@ const meetOp = sip => {
32819
32819
  // }
32820
32820
  // }, async, net.method);
32821
32821
 
32822
- fetch(server_ + net.url, {
32822
+ return fetch(server_ + net.url, {
32823
32823
  method: net.method,
32824
32824
  body: JSON.stringify({ ...param
32825
32825
  }),
Binary file