@beam3_dev/api_module 0.0.324 → 0.0.326

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
@@ -418,10 +418,10 @@ function Be(e, n, t) {
418
418
  baseUrl: s,
419
419
  uri: "/3drdfpersist/resources/v1/usersgroup/groups",
420
420
  opt: "?select=uri,members"
421
- }, c = `${a.baseUrl}${a.uri}${a.opt}`, p = {
421
+ }, c = `${a.baseUrl}${a.uri}`, d = JSON.stringify({ groups: i }), p = {
422
422
  method: "POST",
423
423
  headers: o,
424
- data: JSON.stringify({ groups: i })
424
+ data: d
425
425
  };
426
426
  try {
427
427
  m(c, {