-
-
Notifications
You must be signed in to change notification settings - Fork 206
fix: ParseUser.save
fails when user is logged in
#822
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
Thanks for opening this pull request!
|
I will reformat the title to use the proper commit message syntax. |
Codecov ReportBase: 15.86% // Head: 15.88% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #822 +/- ##
==========================================
+ Coverage 15.86% 15.88% +0.01%
==========================================
Files 47 47
Lines 2861 2865 +4
==========================================
+ Hits 454 455 +1
- Misses 2407 2410 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
ParseUser.save
fails when user is logged in
Is this bug only affecting |
This error is related to |
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.
Looks good!
New Pull Request Checklist
Issue Description
fix save user
Closes: #819
Approach
Use the new method to send Json in
fromJson
TODOs before merging