eservices-core 1.0.320 → 1.0.321
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.321
|
|
3
3
|
* (c) 2022 ESERVICES
|
|
4
4
|
*/
|
|
5
5
|
'use strict';
|
|
@@ -3182,7 +3182,7 @@ class dataService {
|
|
|
3182
3182
|
if (options.offset)
|
|
3183
3183
|
queryUrl.append('offset', options.offset.toString());
|
|
3184
3184
|
if (options.filter)
|
|
3185
|
-
queryUrl.append('
|
|
3185
|
+
queryUrl.append('filter', options.filter.toString());
|
|
3186
3186
|
let result = yield Request(`/close-api/data/${entity}?${queryUrl.toString()}`, {
|
|
3187
3187
|
method: 'GET',
|
|
3188
3188
|
headers: {
|