monkey-front-core 0.0.223 → 0.0.226

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.
@@ -2506,7 +2506,7 @@ class MonkeyEcxCommonsService {
2506
2506
  doPaginationv2(type, callback) {
2507
2507
  if (!this.__onLoadingInProgress$.value) {
2508
2508
  if (callback) {
2509
- callback();
2509
+ callback(type);
2510
2510
  }
2511
2511
  }
2512
2512
  }