sales-frontend-oz 0.0.58 → 0.0.59

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.cjs CHANGED
@@ -301,7 +301,7 @@ function DeepCopy(arg) {
301
301
 
302
302
  // src/oz/utils/common-util.ts
303
303
  async function sleep(ms = 10) {
304
- return new Promise((resolve) => setTimeout(resolve, ms));
304
+ return;
305
305
  }
306
306
  function categorizeByPageRange(data, pageCounts) {
307
307
  let currentPage = 1;