eservices-core 1.0.432 → 1.0.433
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* eservices-core v1.0.
|
|
2
|
+
* eservices-core v1.0.433
|
|
3
3
|
* (c) 2022 ESERVICES
|
|
4
4
|
*/
|
|
5
5
|
'use strict';
|
|
@@ -3113,7 +3113,7 @@ class List$1 extends EventEmitter {
|
|
|
3113
3113
|
if (ReadParams.limit)
|
|
3114
3114
|
options.limit = ReadParams.limit;
|
|
3115
3115
|
if (ReadParams.offset)
|
|
3116
|
-
options.
|
|
3116
|
+
options.offset = ReadParams.offset;
|
|
3117
3117
|
return dataService.getList(this.name, options)
|
|
3118
3118
|
.then(v => this.array = v)
|
|
3119
3119
|
.then(() => this.emit(List$1.EVENT_DATA, this.array))
|