-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Fixes issue affecting sorting in beforeFind #4519
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
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
spec/CloudCode.spec.js
Outdated
Parse.Cloud.beforeFind('MyObject', (req) => { | ||
const query = req.query; | ||
query.ascending('score'); | ||
console.log(query); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the console.log?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ouch...
* Fixes issue affecting sorting in beforeFind * Update CloudCode.spec.js
No description provided.