Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes issue affecting sorting in beforeFind #4519

Merged
merged 2 commits into from
Jan 24, 2018

Conversation

flovilmart
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Jan 24, 2018

Codecov Report

Merging #4519 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4519      +/-   ##
==========================================
- Coverage   92.83%   92.82%   -0.01%     
==========================================
  Files         118      118              
  Lines        8442     8445       +3     
==========================================
+ Hits         7837     7839       +2     
- Misses        605      606       +1
Impacted Files Coverage Δ
src/triggers.js 94.23% <100%> (+0.08%) ⬆️
src/RestWrite.js 93.28% <0%> (-0.19%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0807845...3db37fa. Read the comment docs.

acinader
acinader previously approved these changes Jan 24, 2018
Parse.Cloud.beforeFind('MyObject', (req) => {
const query = req.query;
query.ascending('score');
console.log(query);
Copy link
Contributor

Choose a reason for hiding this comment

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

remove the console.log?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ouch...

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.

2 participants