-
Notifications
You must be signed in to change notification settings - Fork 13.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
chore: Remove unnecessary information from response #24056
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24056 +/- ##
==========================================
+ Coverage 68.22% 68.31% +0.09%
==========================================
Files 1941 1951 +10
Lines 75261 75390 +129
Branches 8168 8185 +17
==========================================
+ Hits 51344 51504 +160
+ Misses 21828 21783 -45
- Partials 2089 2103 +14
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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!
We need
I'll add it back. |
SUMMARY
This PR removes unnecessary information from API responses.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N.A.
TESTING INSTRUCTIONS
All tests should pass
ADDITIONAL INFORMATION