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.
1 parent a7093d3 commit c5efcacCopy full SHA for c5efcac
src/RestQuery.js
@@ -377,7 +377,7 @@ RestQuery.prototype.handleInclude = function() {
377
this.include = this.include.slice(1);
378
return this.handleInclude();
379
});
380
- }else if(this.include.length >0){
+ }else if (this.include.length >0){
381
382
383
}
0 commit comments