-
-
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
refactor: Remove duplicate user index creation #8662
Conversation
Signed-off-by: Corey <[email protected]>
Thanks for opening this pull request!
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## alpha #8662 +/- ##
==========================================
- Coverage 94.37% 94.37% -0.01%
==========================================
Files 185 185
Lines 14761 14753 -8
==========================================
- Hits 13931 13923 -8
Misses 830 830
☔ View full report in Codecov by Sentry. |
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.
Good pickup!
🎉 This change has been released in version 6.3.0-alpha.4 |
🎉 This change has been released in version 6.4.0-beta.1 |
🎉 This change has been released in version 6.4.0-alpha.1 |
🎉 This change has been released in version 6.4.0 |
Pull Request
Issue
Duplicate code added in #7214. @dplewis I’m guessing this was accident?
Closes: n/a
Approach
Remove duplicate code.
Tasks