@beam3_dev/api_module 0.0.329 → 0.0.331

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/wb3Api.js CHANGED
@@ -472,7 +472,10 @@ function Be(e, n, t) {
472
472
  m(o, {
473
473
  ...a,
474
474
  onComplete(c) {
475
- n && n(JSON.parse(c));
475
+ if (n) {
476
+ const d = JSON.parse(c);
477
+ n({ groupes: d.users[0].groups, reponse: d });
478
+ }
476
479
  },
477
480
  onFailure(c, d) {
478
481
  const u = {