-
-
Notifications
You must be signed in to change notification settings - Fork 871
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: Parse.server
doesn't return server url
#1821
base: master
Are you sure you want to change the base?
Conversation
Thanks for opening this pull request!
|
Parse.server
doesn't return server url
Doesn't have any impact on that feature |
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.
And could you add a test for this fix?
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1821 +/- ##
===========================================
+ Coverage 64.24% 82.79% +18.55%
===========================================
Files 201 282 +81
Lines 23233 30726 +7493
===========================================
+ Hits 14926 25440 +10514
+ Misses 8307 5286 -3021 ☔ View full report in Codecov by Sentry. |
@mtrezza I don't think
|
|
Unfortunately I'm lacking the toolchain at the moment. |
New Pull Request Checklist
Issue Description
ParseClientConfiguration *config is never used, when the current parse manager isn't set no url is returned.
Approach