Skip to content

Conversation

@mchun
Copy link

@mchun mchun commented Feb 15, 2016

When there are 2 or more include statements, if the current query does't contain keys in the first include field, then result will be returned before finding the rest of the include fields.

@flessard
Copy link
Contributor

+1

src/RestQuery.js Outdated
this.include = this.include.slice(1);
return this.handleInclude();
});
}else if(this.include.length >0){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update the spacing here?

} else if (this.include.length > 0) {

@facebook-github-bot
Copy link

@mchun updated the pull request.

@facebook-github-bot
Copy link

@mchun updated the pull request.

@facebook-github-bot
Copy link

@mchun updated the pull request.

@drew-gross
Copy link
Contributor

Looks like a .DS_Store file snuck into your commit. Can you remove that, then squash into a single commit please?

@facebook-github-bot
Copy link

@mchun updated the pull request.

@mchun
Copy link
Author

mchun commented Feb 17, 2016

I am sorry for that. This is my first pull request ever and I am thrilled to have an opportunity to contribute.

@drew-gross
Copy link
Contributor

Cool, congrats on your first PR, and welcome to the open source community!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants