@beam3_dev/api_module 0.0.199 → 0.0.200

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
@@ -2065,7 +2065,7 @@ function pt(e, t = de, s = void 0, n = void 0) {
2065
2065
  comId: `/community_id/${t.community_id}`,
2066
2066
  limit: `/limit/${t.limit ? t.limit : 100}`,
2067
2067
  page: `/page/${t.page ? t.page : 1}`
2068
- }, r = `${e.space}${i.uri}${i.comId}${i.limit}`;
2068
+ }, r = `${e.space}${i.uri}${i.comId}${i.limit}${i.page}`;
2069
2069
  w(e, (o) => {
2070
2070
  m(r, {
2071
2071
  method: "GET",