@beam3_dev/api_module 0.0.330 → 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
@@ -474,7 +474,7 @@ function Be(e, n, t) {
474
474
  onComplete(c) {
475
475
  if (n) {
476
476
  const d = JSON.parse(c);
477
- n({ groupes: d[0].groups, reponse: d });
477
+ n({ groupes: d.users[0].groups, reponse: d });
478
478
  }
479
479
  },
480
480
  onFailure(c, d) {