monkey-front-core 0.0.164 → 0.0.165

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.
@@ -2257,7 +2257,7 @@ class MonkeyEcxCommonsService {
2257
2257
  handlePaginationOptions(args) {
2258
2258
  const { service, callback } = args;
2259
2259
  service.setCallback((type) => {
2260
- this.doPaginationv2.bind(this, type, callback);
2260
+ this.doPaginationv2(type, callback);
2261
2261
  });
2262
2262
  }
2263
2263
  setPage(requestPaged) {