-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Remove unnecessary attributes of User struct #17745
Conversation
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.
Just a few nitpicks otherwise it will L G TM
4bfb85a
to
48c44e2
Compare
Codecov Report
@@ Coverage Diff @@
## main #17745 +/- ##
=======================================
Coverage 45.55% 45.55%
=======================================
Files 808 808
Lines 89908 89913 +5
=======================================
+ Hits 40959 40963 +4
Misses 42400 42400
- Partials 6549 6550 +1
Continue to review full report at Codecov.
|
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.
LGTM
5266181
to
d0d38f0
Compare
* Remove unnecessary functions of User struct * Move more database methods out of user struct * Move more database methods out of user struct * Fix template failure * Fix bug * Remove finished FIXME * remove unnecessary code
remove unnecessary attributes of User struct