We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8ae863 + 32bb1bd commit c7250aaCopy full SHA for c7250aa
src/RestQuery.js
@@ -377,7 +377,11 @@ RestQuery.prototype.handleInclude = function() {
377
this.include = this.include.slice(1);
378
return this.handleInclude();
379
});
380
+ } else if (this.include.length > 0) {
381
+ this.include = this.include.slice(1);
382
+ return this.handleInclude();
383
}
384
+
385
return pathResponse;
386
};
387
0 commit comments