@beam3_dev/api_module 0.0.273 → 0.0.274

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
@@ -2321,7 +2321,7 @@ function yt(e, t = void 0, s = void 0) {
2321
2321
  method: "GET",
2322
2322
  onComplete(a, c, d) {
2323
2323
  let u = {};
2324
- const p = String(a);
2324
+ const p = new String(a);
2325
2325
  console.log("oResult", p), Object.keys(p).forEach((f) => {
2326
2326
  p[f] === "firstName" && (u.first_name = p.firstName);
2327
2327
  }), u.first_name = u.firstName, u.last_name = u.lastName, console.log("_3DSwym_get_currentUser | info", u), r = u, n(u);