@fileverse-dev/fortune-react 1.0.2-mod-87 → 1.0.2-mod-88

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/index.umd.js CHANGED
@@ -37282,7 +37282,7 @@
37282
37282
  return 'TYPE_MISSING'
37283
37283
  }
37284
37284
 
37285
- const [address, type, chain, startTimestamp, endTimestamp, page, offset] = argsToArray(arguments);
37285
+ let [address, type, chain, startTimestamp, endTimestamp, page, offset] = argsToArray(arguments);
37286
37286
 
37287
37287
  if (!startTimestamp) {
37288
37288
  const currentTimestamp = Date.now();
@@ -37780,7 +37780,7 @@
37780
37780
 
37781
37781
 
37782
37782
 
37783
- const [address, utility, chain, limit, offset] = argsToArray(arguments);
37783
+ let [address, utility, chain, limit, offset] = argsToArray(arguments);
37784
37784
 
37785
37785
  if (typeof limit !== 'number' || limit < 0) return 'INVALID_LIMIT';
37786
37786
  if (typeof offset !== 'number' || offset < 0) return 'INVALID_OFFSET';