-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
fix: Server crashes when receiving an array of Parse.Pointer
in the request body
#9012
Conversation
Thanks for opening this pull request! |
Also check lint |
Parse.Pointer
in the request body
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-6.x.x #9012 +/- ##
=================================================
- Coverage 94.33% 94.32% -0.01%
=================================================
Files 186 186
Lines 14827 14827
=================================================
- Hits 13987 13986 -1
- Misses 840 841 +1 ☔ View full report in Codecov by Sentry. |
weird. I see below that lint fails because of a white space. but when I run it locally, I get
|
Signed-off-by: Manuel <5673677+mtrezza@users.noreply.github.com>
Signed-off-by: Manuel <5673677+mtrezza@users.noreply.github.com>
8ff444d
into
parse-community:release-6.x.x
## [6.5.4](6.5.3...6.5.4) (2024-03-16) ### Bug Fixes * Server crashes when receiving an array of `Parse.Pointer` in the request body ([#9012](#9012)) ([8ff444d](8ff444d))
🎉 This change has been released in version 6.5.4 |
Pull Request
Issue
Closes: #9010
same as : #8783
Approach
Copied / exactly the same as PR #8784
Tasks