-
Notifications
You must be signed in to change notification settings - Fork 881
feat: Add update profile endpoint #916
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 @@
## main #916 +/- ##
==========================================
+ Coverage 65.85% 65.88% +0.03%
==========================================
Files 218 216 -2
Lines 13849 13919 +70
Branches 103 103
==========================================
+ Hits 9120 9171 +51
- Misses 3803 3813 +10
- Partials 926 935 +9
Continue to review full report at Codecov.
|
I ran |
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.
Left 1 comment on the name field. We should use the existing name field if the new name field is ""
or nil
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 to me!
Related to #975