@onehat/data 1.22.19 → 1.22.20
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/package.json +1 -1
- package/src/Repository/Ajax.js +1 -1
- package/src/Repository/Tree.js +1 -0
package/package.json
CHANGED
package/src/Repository/Ajax.js
CHANGED
|
@@ -535,7 +535,7 @@ class AjaxRepository extends Repository {
|
|
|
535
535
|
|
|
536
536
|
const repository = this;
|
|
537
537
|
|
|
538
|
-
|
|
538
|
+
return this._send(this.methods.get, url, data, { isLoadRequest: true, requestKey, })
|
|
539
539
|
.then(result => {
|
|
540
540
|
if (this.debugMode) {
|
|
541
541
|
console.log('Response for ' + this.name, result);
|