@beam3_dev/api_module 0.0.183 → 0.0.184

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
@@ -2004,8 +2004,7 @@ function ct(e, t = void 0, n = void 0) {
2004
2004
  },
2005
2005
  data: JSON.stringify(i),
2006
2006
  onComplete(o) {
2007
- const a = { response: o };
2008
- a.msg = a.result.message, t && t(a);
2007
+ t && t({ response: o });
2009
2008
  },
2010
2009
  onFailure(o) {
2011
2010
  const a = o;